Enabled ANR reporting

pull/161/head
M66B 6 years ago
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…
Cancel
Save