http://stackoverflow.com/questions/5358014/android-httpclient-oom-on-4g-lte-htc-thunderbolt
After discussing this, I decided to refactor and extract the constants from the annotation.
Expect a new beta release soon.
Kevin
Great. I was stuck with 4.0 because of this bug. Can't wait for new
release of ACRA :)
Thanks in advance!
--
Regards,
Matthew
and here's what's in logcat after I enter the message
05-30 15:44:27.346 3545 3553 E ACRA : An error occured while
writing the report file...
05-30 15:44:27.346 3545 3553 E ACRA : java.lang.NullPointerException
05-30 15:44:27.346 3545 3553 E ACRA : at
org.acra.CrashReportData.dumpString(CrashReportData.java:94)
05-30 15:44:27.346 3545 3553 E ACRA : at
org.acra.CrashReportData.store(CrashReportData.java:546)
05-30 15:44:27.346 3545 3553 E ACRA : at
org.acra.ErrorReporter.saveCrashReportFile(ErrorReporter.java:873)
05-30 15:44:27.346 3545 3553 E ACRA : at
org.acra.ErrorReporter.addUserDataToReport(ErrorReporter.java:1158)
05-30 15:44:27.346 3545 3553 E ACRA : at
org.acra.ErrorReporter.access$100(ErrorReporter.java:118)
05-30 15:44:27.346 3545 3553 E ACRA : at
org.acra.ErrorReporter$ReportsSenderWorker.run(ErrorReporter.java:1
I'll try your latest and see what happens
thanks for checking into this - let me know how I can help you, too
boolean isDebuggable = (context.getApplicationInfo().flags & ApplicationInfo.FLAG_DEBUGGABLE) != 0;
So, just never call "ACRA.init(this);" in your application if you're not in debug mode