android-classyshark
android-classyshark copied to clipboard
Be able to import proguard mappings
If the apk is using obfuscation, you need to do the mapping by hand. It would be nice there is an option to import mappings.
ClassyShark has callbacks for loading mapping files and changing the class/method/filed names. The responsibility for parsing the mapping file and keeping the mappings is on the developer.
I will find time and write a howto doc