Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
215 views
in Technique[技术] by (71.8m points)

android - Stacktrace TITLE in Firebase Crashlytics isn't deobfuscated

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?

PLEASE DO NOT REFER ON SIMILAR ISSUES like "How to deobfuscate your stacktrace" because my stacktrace actually is deobfuscated on Firebase Crashlytis page. Look at the screenshot

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

question from:https://stackoverflow.com/questions/65893394/stacktrace-title-in-firebase-crashlytics-isnt-deobfuscated

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...