mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Increase number of breadcrumbs
This commit is contained in:
parent
be0379d0ed
commit
2f2ea39b41
1 changed files with 1 additions and 0 deletions
|
@ -370,6 +370,7 @@ public class Log {
|
||||||
etypes.setAnrs(BuildConfig.DEBUG);
|
etypes.setAnrs(BuildConfig.DEBUG);
|
||||||
etypes.setNdkCrashes(false);
|
etypes.setNdkCrashes(false);
|
||||||
config.setEnabledErrorTypes(etypes);
|
config.setEnabledErrorTypes(etypes);
|
||||||
|
config.setMaxBreadcrumbs(BuildConfig.PLAY_STORE_RELEASE ? 50 : 100);
|
||||||
|
|
||||||
Set<String> ignore = new HashSet<>();
|
Set<String> ignore = new HashSet<>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue