mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 18:11:03 +01:00
Report all exceptions in beta version
This commit is contained in:
@@ -104,6 +104,9 @@ public class ApplicationEx extends Application {
|
||||
if (ex instanceof RuntimeException && ex.getCause() instanceof DeadSystemException)
|
||||
return false;
|
||||
|
||||
if (BuildConfig.BETA_RELEASE)
|
||||
return true;
|
||||
|
||||
while (ex != null) {
|
||||
for (StackTraceElement ste : ex.getStackTrace())
|
||||
if (ste.getClassName().startsWith(getPackageName()))
|
||||
|
||||
Reference in New Issue
Block a user