Browse Source

Report Play store crashes too

main
M66B 5 years ago
parent
commit
a0fc3c4058
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/src/main/java/eu/faircode/email/ApplicationEx.java

+ 2
- 2
app/src/main/java/eu/faircode/email/ApplicationEx.java 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;


Loading…
Cancel
Save