bugsnag / bugsnag-android-gradle-plugin

Gradle plugin for BugSnag which uploads ProGuard, DexGuard and NDK mapping files, and sends build notifications
https://docs.bugsnag.com/build-integrations/gradle/
MIT License
70 stars 38 forks source link

Crash stack trace has the title obfuscated #324

Closed MariaTod closed 4 years ago

MariaTod commented 4 years ago
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 commented 4 years ago

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 https://github.com/bugsnag/bugsnag-android/issues/932