Crashlytics - Flutter/Android Obfuscated Trace #5703
Unanswered
adriancsbna
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I have an App made in Flutter for Android published. It uses Crashlytics so we can detect errors.
The problem is that we obfuscate the code, both in dart as indicated in this link https://flutter.dev/docs/deployment/obfuscate as well as by R8 (by default in flutter, configured with a Proguard file).
The problem is that being obfuscated, when I get the reports to Crashlytics, they arrive with the StackTrace obfuscated and I can not know how to see it without obfuscating. Attached is an image of how it appears.
I have asked for Firebase support and they have told me the following:
Would anyone know how to read the obfuscated trace?
Beta Was this translation helpful? Give feedback.
All reactions