saravanarajan / acra

Automatically exported from code.google.com/p/acra
0 stars 0 forks source link

ACRA reporting itself crashing #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've got a few reports on Google docs of ACRA 4.2.3 reporting itself crashing:

java.lang.NullPointerException
    at android.widget.Toast.show(Toast.java:103)
    at org.acra.ErrorReporter$1.run(SourceFile:715)

I think it happens if an uncaught exception is reported before ACRA is fully 
initiallized. 
ANDROID_VERSION and APP_VERSION_CODE are both "null"
most other columns are empty except TIMESTAMP, REPORT_ID, USER_APP_START_DATA 
and STACK_TRACE (above)

Original issue reported on code.google.com by pujos.mi...@gmail.com on 19 Dec 2011 at 1:55