1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Bugsnag: increase number of breadcrumbs

This commit is contained in:
M66B 2022-11-13 08:54:15 +01:00
parent 8f08579ea1
commit 20f377a55c

View file

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