mirror of https://github.com/M66B/FairEmail.git
Enabled ANR reporting
This commit is contained in:
parent
e5c6f34f9f
commit
3088b3d315
|
@ -275,7 +275,7 @@ dependencies {
|
|||
|
||||
// https://github.com/bugsnag/bugsnag-android
|
||||
implementation("com.bugsnag:bugsnag-android:$bugsnag_version") {
|
||||
exclude group: "com.bugsnag", module: "bugsnag-plugin-android-anr"
|
||||
//exclude group: "com.bugsnag", module: "bugsnag-plugin-android-anr"
|
||||
exclude group: "com.bugsnag", module: "bugsnag-plugin-android-ndk"
|
||||
}
|
||||
|
||||
|
|
|
@ -165,7 +165,7 @@ public class Log {
|
|||
|
||||
config.setAutoCaptureSessions(false);
|
||||
|
||||
config.setDetectAnrs(false);
|
||||
config.setDetectAnrs(true);
|
||||
config.setDetectNdkCrashes(false);
|
||||
|
||||
List<String> ignore = new ArrayList<>();
|
||||
|
|
Loading…
Reference in New Issue