You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a crash occurs in optimized DEX (ODEX) files, Sentry is unable to collect the corresponding stack trace information. This significantly impacts our ability to debug crashes in release builds where ART optimization is enabled.
Expected Result
Full stack trace should be collected, including methods from ODEX files
Proper symbolication of method names and line numbers
Ability to map optimized code back to original source code
Actual Result
When a crash occurs in ODEX-optimized code:
The crash is reported to Sentry
The stack trace is either missing or incomplete
Method names and line numbers from ODEX files are not properly symbolicated
hi @creasexul
would you mind sharing a link to an event in Sentry with this problem?
If you don't want to publicly expose it, you can send it to stefano.siano@sentry.io
Integration
sentry-android
Build System
Gradle
AGP Version
7.2.2
Proguard
Enabled
Version
7.13.0
Steps to Reproduce
When a crash occurs in optimized DEX (ODEX) files, Sentry is unable to collect the corresponding stack trace information. This significantly impacts our ability to debug crashes in release builds where ART optimization is enabled.
Expected Result
Actual Result
When a crash occurs in ODEX-optimized code:
Only I can get like this:
The text was updated successfully, but these errors were encountered: