I'm experimenting with proguard now, which is easier to use from inside an eclipse. I exported a signed version of my application using a deliberate error that crashes for testing. After I get the stack to trace and run retrace -verbose mapping.txt stack.txt, instead of giving me where the error occurs, it gives me a class where the error occurs and lists one of the methods, one of which is a method in which an exception.
I used the official guide for all this and edited the logcat stack trace capture in the same format as the dev console. Does anyone know what the problem is?
android eclipse obfuscation proguard
Al.
source share