Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ApplicationNotResponding #3428

Closed
ukevgen opened this issue May 16, 2024 · 1 comment
Closed

ApplicationNotResponding #3428

ukevgen opened this issue May 16, 2024 · 1 comment

Comments

@ukevgen
Copy link

ukevgen commented May 16, 2024

Integration

sentry-android

Build System

Gradle

AGP Version

8.7.0

Proguard

Enabled

Version

7.0.0

Steps to Reproduce

Run the application

Expected Result

Running apllication without ANR

Actual Result

ApplicationNotResponding
Background ANR
jdk.internal.misc.Unsafe in park
java.util.concurrent.locks.LockSupport in parkNanos at line 252
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject in awaitNanos at line 1672
java.util.concurrent.ThreadPoolExecutor in awaitTermination at line 1471
io.sentry.transport.AsyncHttpTransport in close at line 157
io.sentry.SentryClient in close at line 910
io.sentry.Hub in close at line 360
io.sentry.Sentry in init at line 223
io.sentry.Sentry in init at line 148
io.sentry.android.core.SentryAndroid in init at line 89
io.sentry.android.core.SentryAndroid in init at line 70

@stefanosiano
Copy link
Member

hi @ukevgen
From the log it looks like you are initializing the SDK twice. This ANR was fixed in version 7.4.0 of the Android SDK.
If the issue is not fixed by updating the SDK, feel free to reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Archived in project
Development

No branches or pull requests

2 participants