I have an app and it crashes just like every good app should!
A little while ago, the Android build tools started using R8 instead of Proguard. It worked and it sped up my build, so I left it alone. Then came an exception stack trace that I had to deobfuscate. I used the proguard UI, The retrace.bat
script, and the commandline, but the supposedly deobfuscated stack trace still looked obfuscated.
Looking at the mapping.txt
generated, I see a bunch of numbers (line numbers?) in the mapping that I don't recall having seen before. I suspect these are the reason why the deobfusctaors above all fail.
Is there any way to currently deobfuscate such stack traces?
Also posted as https://issuetracker.google.com/137078989