Closed GoogleCodeExporter closed 9 years ago
Actually, my reproduce steps are completely wrong. Here are the updated steps:
What steps will reproduce the problem?
1. Remove READ_PHONE_STATE permission in a project using ACRA.
2. Enable email reporting by defining the mailTo property in the
@ReportsCrashes annotation.
2. Enable reporting of IMEI by defining ReportField.DEVICE_ID for
mailReportFields property in the @ReportsCrashes annotation.
4. Start the test app and report a crash.
5. ACRA will bomb out with an NPE and no email will be sent because the
ReportField.DEVICE_ID field does not exist in CrashReportData structure.
Original comment by nudgeee@gmail.com
on 16 Mar 2011 at 2:35
Hi,
For your information, you are using an unstable version of ACRA, which will
soon (hopefully) become ACRA 3.2.0. The
@ReportsCrashes(mailTo="reports@yourdomain.com") is a new feature which has not
been completely tested yet... so you're the first ACRA 3.2 alpha tester ;-)
I will fix this ASAP and warn you as soon as it is commited.
Thanks for your help!
Kevin
Original comment by kevin.gaudin
on 17 Mar 2011 at 10:42
You can test with r309.
Original comment by kevin.gaudin
on 17 Mar 2011 at 11:07
Original comment by kevin.gaudin
on 22 Dec 2011 at 9:06
Original issue reported on code.google.com by
nudgeee@gmail.com
on 16 Mar 2011 at 2:32