elvishew/xLog

De-obfuscate the stacktraces

iadcialim opened this issue · 0 comments

I used this library and saves the logs to a file.
On release mode, I set minifyEnabled to true so it does enable obfuscation of classes.
This kinda affects the stack trace in the log files and it shows the obfuscated classes.
Has anyone tried de-obfuscating the log file using the proguard mapping file?