ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
489 stars 90 forks source link

Another proguard issue #82

Closed jkwiecien closed 10 years ago

jkwiecien commented 10 years ago

What exactly should be added to proguard?

I have a crach on ACRA.init(this);

06-03 11:48:35.622: E/AndroidRuntime(25006): FATAL EXCEPTION: main 06-03 11:48:35.622: E/AndroidRuntime(25006): java.lang.NoSuchFieldError: PUT 06-03 11:48:35.622: E/AndroidRuntime(25006): at java.lang.Class.getDeclaredAnnotation(Native Method) 06-03 11:48:35.622: E/AndroidRuntime(25006): at java.lang.Class.getAnnotation(Class.java:260) 06-03 11:48:35.622: E/AndroidRuntime(25006): at org.acra.ACRA.a(ACRA.java:124)

I'va added to proguard configuration this: -keepattributes SourceFile,LineNumberTable