Report Play store crashes too

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

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

Loading…
Cancel
Save