Report Play store crashes too

This commit is contained in:
M66B 2018-09-30 15:43:16 +00:00
parent 695bb5bc8a
commit a0fc3c4058
1 changed files with 2 additions and 2 deletions

View File

@ -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;