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