user exceptions fixed

This commit is contained in:
Sergey Solovyev 2012-12-05 12:37:30 +04:00
parent 552e23b8c0
commit 8784c3232f

View File

@ -116,6 +116,11 @@
*;
}
-keep class org.acra.ReportField {
*;
}
# keep this around for some enums that ACRA needs
-keep class org.acra.ReportingInteractionMode {
*;