java - Android uncaught exception logs -
i've written piece of code logs uncaught exceptions may arise in android application. since have encrypted apk, exception logs don't have exact class names , instead logs refer classes such a.java or b.java etc. ideas how preserve logs can track exceptions can arise?
add -dontobfuscate
proguard config file.
Comments
Post a Comment