Proguard retrace missing line numbers
I'm trying to deobfucate a stack trace from my Android app. I used proguard when building the app and running retrace seem to work, more or less. What isn't working is decoding the line numbers. No line numbers are shown on the output and it lists several choices for each "at". Here is my proguard-project.txt file: -keepattributes LineNumberTable -assumenosideeffects class android.util.Log { public static int v(...); public static int d(...); } This is my stack trace: uncaught exception java.lang.NullPointerException at com.myapp.myapp.dbaccess.ag.a(Unknown Source) at com.myuapp.myapp.dbaccess