-
-
Notifications
You must be signed in to change notification settings - Fork 435
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
sentry crash by [sentry_get_modules_list] #1549
Comments
Sorry, i wrote a wrong version number. The correct sentry android gradle plugin is 2.0.0. And we using sentry.io . |
I do have a hunch, but I’m unsure if these things are related. The interesting thing here is also:
The code is triggering an abort following a failed assertion (or so it seems), and sentry seems to crash while handling that. So it would seem that at least we did not cause the crash. |
I have no more info about this crash. But we don't have the crash before sentry SDK version of 5.0.1. And we only catch one crash as so far. |
We catch a new crash issue reported. @Swatinem |
@donlan you cannot reproduce this issue either, right? |
I landed some improvements related to the I hope to get these fixes into the Android SDK soon. |
yeah, i can't reproduce. But we received 13 crashed issues with our recent release version. |
Thanks, we would try the next release version soon. |
@donlan any news here? thanks |
It looks like this was fixed in #1651 |
Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. There's a large chance that this issue has been solved since. |
Platform:
Android ->
min_sdk = 21
target_sdk = 30
build_tools = "30.0.2"
Java -> JavaVersion.VERSION_1_8
Kotlin -> 1.5.0
NDK -> 21.3.6528143
IDE:
Build system:
Android Gradle Plugin:
Sentry Android Gradle Plugin:
Proguard/R8:
Platform installed with:
The version of the SDK:
5.0.1
I have the following issue:
sentry native crash from sentry dashboard issue, original crash info as follow:
sentry gradle plugin config :
more crash info:
Steps to reproduce:
Actual result:
Expected result:
The text was updated successfully, but these errors were encountered: