Open GoogleCodeExporter opened 9 years ago
I'm getting the same thing, except with "REPORT_ID". Your workaround works for
me as well.
Original comment by mport...@gmail.com
on 18 Jul 2011 at 3:58
I'm having this with 4.3.0, and the reported workaround is actually the fix: it
can't find the fields because they're obfuscated. Indeed, keeping just the
names is enough, and will allow stripping the unused fields:
-keepnames class org.acra.ReportField {
*;
}
For the sake of organization, I've added this under the section:
# keep this around for some enums that ACRA needs
Original comment by andrea.p...@gmail.com
on 9 Oct 2012 at 10:46
Original issue reported on code.google.com by
dbschu...@gmail.com
on 8 Jul 2011 at 3:56