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:
parent
8f08579ea1
commit
20f377a55c
1 changed files with 1 additions and 1 deletions
|
@ -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<>();
|
||||
|
||||
|
|
Loading…
Reference in a new issue