mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Enabled ANR reporting
This commit is contained in:
parent
68e45b321b
commit
456dc1be92
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ public class Log {
|
|||
|
||||
ErrorTypes etypes = new ErrorTypes();
|
||||
etypes.setUnhandledExceptions(true);
|
||||
etypes.setAnrs(BuildConfig.DEBUG);
|
||||
etypes.setAnrs(true);
|
||||
etypes.setNdkCrashes(false);
|
||||
config.setEnabledErrorTypes(etypes);
|
||||
config.setMaxBreadcrumbs(BuildConfig.PLAY_STORE_RELEASE ? 250 : 500);
|
||||
|
|
Loading…
Reference in a new issue