Skip to content

Commit

Permalink
fix: Don't try to load bugsnag by name (#623)
Browse files Browse the repository at this point in the history
Recursive loading by SoLoader should catch them anyway. And retry-logic
in 0.9.0 might fix the bugsnag problems
  • Loading branch information
cbrevik authored Oct 30, 2020
1 parent f128407 commit f6411b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/app/src/main/java/no/mittatb/MainApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ private void tryInitializeBugsnag() {
if (!TextUtils.isEmpty(bugsnagKey)) {
config.setReleaseStage(bugsnagReleaseStage);
}
SoLoader.loadLibrary("bugsnag-plugin-android-anr");
SoLoader.loadLibrary("bugsnag-plugin-android-ndk");
Bugsnag.start(this, config);
}
} catch (Exception e) {
Expand Down

0 comments on commit f6411b9

Please sign in to comment.