mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
16 KB page size support
https://developer.android.com/guide/practices/page-sizes
This commit is contained in:
@@ -419,7 +419,7 @@ public class Log {
|
||||
|
||||
ErrorTypes etypes = new ErrorTypes();
|
||||
etypes.setUnhandledExceptions(true);
|
||||
etypes.setAnrs(!BuildConfig.PLAY_STORE_RELEASE);
|
||||
etypes.setAnrs(false);
|
||||
etypes.setNdkCrashes(false);
|
||||
config.setEnabledErrorTypes(etypes);
|
||||
config.setMaxBreadcrumbs(BuildConfig.PLAY_STORE_RELEASE ? 250 : 500);
|
||||
|
||||
Reference in New Issue
Block a user