mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 11:28:41 +01:00
Disable Bugsnag ANR reporting
This commit is contained in:
@@ -166,7 +166,7 @@ public class Log {
|
||||
|
||||
config.setAutoCaptureSessions(false);
|
||||
|
||||
config.setDetectAnrs(true);
|
||||
config.setDetectAnrs(false);
|
||||
config.setDetectNdkCrashes(false);
|
||||
|
||||
List<String> ignore = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user