Markus Hintersteiner
Markus Hintersteiner
Maybe can be combined with https://github.com/getsentry/sentry-java/issues/3084
@jhowens89 we're closing this for now, if still think there's an issue feel free to add a comment with some more details and we'll re-open this ticket.
@crazyzjw thanks for reporting! Just to clarify: You see no crashes when `enableTracing=false` right?
@kasogg @crazyzjw We tried to reproduce the issue but so far couldn't. Ideally we could get some more information about your setup (build/target SDK versions, other dependencies). Or even better...
@crazyzjw any chance you had a look at this?
@kasogg in case you find a way to reproduce this - please re-open this issue!
@realkosty since it's hard to get a reproducible, would it be possible to get a tombstone instead? Those are generated after the crash. Using `adb bugreport` would generate a zip...
A similar issue was reported on SO: https://stackoverflow.com/questions/78684061/using-sentry-on-android-make-app-crash-when-ndk-error-happens
Let's still enrich the native envelopes with matching AppExitInfo, as we already have all the necessary parts ready.
Quick update: After some further investigation we could reproduce the issue, but only on API level 21 devices. There's seems to be no clear root cause, and the stack traces...