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

Crash stack trace has the title obfuscated #324

Closed
MariaTod opened this issue Oct 13, 2020 · 1 comment
Closed

Crash stack trace has the title obfuscated #324

MariaTod opened this issue Oct 13, 2020 · 1 comment
Labels
duplicate Closed as feature/bug is a duplicate

Comments

@MariaTod
Copy link

bugsnag crash log

Describe the bug

I've integrated Bugsnag gradle in my Android application and the title of the crash stack trace is still obfuscated.
The actual crash stack trace it's de-obfuscated so it's correct, as you can see in the screenshot from Bugsnag that I've attached.

Is this intended or it's a bug on your side?

Is there some extra setup that I should do to fix this?

Versions

bugsnag-android-gradle-plugin:5.2.0
Android Gradle Plugin 3.6.4

@mattdyoung
Copy link

Hi @MariaTod

The "title" you describe is actually the error message of the Throwable. It's not currently possible to deobfuscate the references like this within the error message itself.

This is already being considered under bugsnag/bugsnag-android#932

@mattdyoung mattdyoung added the duplicate Closed as feature/bug is a duplicate label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Closed as feature/bug is a duplicate
Projects
None yet
Development

No branches or pull requests

2 participants