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<>();