Below is a topic we frequently receive questions about. We hope you find the response useful as well.
Firebase crashlytics Proguard
User 1 - Dec 2022
Startup error
I don’t want obfuscated output on firebase crashlytics side with proguard, how can I do it? How can I exclude firebase crashlytics?
Tag(s):
Guardsquare
Connect with the author
Android
10 min read
| September 9, 2025
Protect Against Evolving Malware Attacks with Threat Monitoring
Read More
Android
13 min read
| September 2, 2025
Retail Risks Rise as Customers Go “Mobile First”
Read More
Programming Languages
6 min read
| August 26, 2025
Understanding Anti-Tamper Security in Mobile Apps
Read More
General Terms | Privacy Policy | Cookie Policy | Security
Tervuursevest 362 bus 1, 3000 Leuven, Belgium |
VAT: BE0550675829 |
© 2016-2025 Guardsquare nv. All rights reserved.
Guardsquare Team - Dec 2022
Hello @User 1,
Welcome to the PG Community!
You can find instructions for getting de-obfuscated stacktraces with ProGuard/Crashlytics inside the Firebase manual:
https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports?platform=android
To quickly summarize, you need to add the following to your proguard config file:
And enable mapping file upload in your buildTypes:
Please let us know if something is not clear.
Kindest regards,
The Guardsquare Team