We have an android app in production and we use the Firebase Crashlytics. Everything is good on Firebase Crashlytics page. The crashes stacktrace is deobfuscated. Only the stacktrace TITLE isn't deobfuscated. Look at the screenshot http://prntscr.com/xm0g6s . How to show human-readable TITLE? What is the problem and how to fix that?
Dependencies I used:
implementation 'com.google.android.gms:play-services-gcm:17.0.0' implementation platform('com.google.firebase:firebase-bom:26.2.0') implementation 'com.google.firebase:firebase-messaging' implementation 'com.google.firebase:firebase-analytics' implementation 'com.google.firebase:firebase-crashlytics'
ProGuard is ON in the release build. My proguard-rules.pro file: https://gist.github.com/SergeyKharuk/f7bc59c328662fd39232c80bfd87eba8
1.4m articles
1.4m replys
5 comments
57.0k users