1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Increase number of breadcrumbs

This commit is contained in:
M66B 2021-12-08 14:50:57 +01:00
parent be0379d0ed
commit 2f2ea39b41

View file

@ -370,6 +370,7 @@ public class Log {
etypes.setAnrs(BuildConfig.DEBUG);
etypes.setNdkCrashes(false);
config.setEnabledErrorTypes(etypes);
config.setMaxBreadcrumbs(BuildConfig.PLAY_STORE_RELEASE ? 50 : 100);
Set<String> ignore = new HashSet<>();