Report Play store crashes too

pull/145/head
M66B 7 years ago
parent 695bb5bc8a
commit a0fc3c4058

@ -84,8 +84,8 @@ public class ApplicationEx extends Application {
} }
public boolean ownFault(Throwable ex) { public boolean ownFault(Throwable ex) {
if (!Helper.isPlayStoreInstall(this)) //if (!Helper.isPlayStoreInstall(this))
return true; // return true;
if (ex instanceof OutOfMemoryError) if (ex instanceof OutOfMemoryError)
return false; return false;

Loading…
Cancel
Save