Wish B4A: auto-generate obfuscation mapping file for app bundle

Dave O

Well-Known Member
Licensed User
Longtime User
The AAB app bundle can now include a mapping file to de-obfuscate stack traces. Could B4A auto-generate that file and include it when compiling the app bundle?

When I update one of my apps on the Play Store, it warns that my app bundle does not have a mapping file, and I can't just upload the one that B4A produces (different format?).

Currently, when I look at app crashes on the Play Store, I have to open my B4A mapping file and manually search for the procedure name (e.g. "vvvvvv_5" or whatever). I assume that if the app bundle included the mapping file, it would be de-obfuscated for me when browsing those app crashes on the Play Store stack traces.

Thanks!
 
Top