Wish Add support for mapping.txt to simplify debugging via Google Play Console

Sandman

Expert
Licensed User
Longtime User
It would be nice if the compilation would make an additional file "mapping.txt", containing the data mentioned by Google during APK upload:
1649771494989.png


I fully realize we can do this ourselves using the existing ObfuscatorMap.txt, but life is short and this would probably save quite a few people time during their bugfixing.


(I did find some information on the format of the mapping.txt in this post:
Not as simple as ObfuscatorMap.txt, but it doesn't seem overly complicated either. I was researching if it would be possible to create a B4J tool to convert ObfuscatorMap.txt to mapping.txt, but looking at the format I can't see a way to do it. It's probably something that needs to be done during compilation, as far as I can tell.)
 
Top