We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5989b29 + 61cd592 commit 7d5a80aCopy full SHA for 7d5a80a
sentry-android-ndk/src/main/java/io/sentry/android/ndk/SentryNdk.java
@@ -22,6 +22,9 @@ private SentryNdk() {}
22
try {
23
//noinspection UnstableApiUsage
24
io.sentry.ndk.SentryNdk.loadNativeLibraries();
25
+ } catch (Throwable t) {
26
+ // ignored
27
+ // if loadLibrary() fails, the later init() will throw an exception anyway
28
} finally {
29
loadLibraryLatch.countDown();
30
}
0 commit comments