If you are using Allatori for obfuscation and want to get non obfuscated stack track in crash reporting or your app logs than use mapping files generataed by Allatori during obfuscation.
From following address
Project\AppName\build\intermediates\classes\allatori-log-debug.xml
Project\AppName\app\build\intermediates\classes\allatori-log-release.xml
Use stack trace utility and stack trace and mapping file from above location
to get non obfuscated stack trace. so that you can fix issues :)
Author:
Hammad Tariq
Android Developer
Project\AppName\app\build\intermediates\classes\allatori-log-release.xml
Use stack trace utility and stack trace and mapping file from above location
to get non obfuscated stack trace. so that you can fix issues :)
Author:
Hammad Tariq
Android Developer