mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
@@ -408,7 +408,7 @@ public class Log {
|
||||
|
||||
ErrorTypes etypes = new ErrorTypes();
|
||||
etypes.setUnhandledExceptions(true);
|
||||
etypes.setAnrs(true);
|
||||
etypes.setAnrs(BuildConfig.DEBUG);
|
||||
etypes.setNdkCrashes(false);
|
||||
config.setEnabledErrorTypes(etypes);
|
||||
config.setMaxBreadcrumbs(BuildConfig.PLAY_STORE_RELEASE ? 250 : 500);
|
||||
|
||||
Reference in New Issue
Block a user