I have an app in production for a few weeks, using ACRA, and I had zero errors until one strange error reported today.
I\'ve got:
android.view.Vi
I think the problem lies in the line Activity a = getActivity(); I think you should do that before going into the AsyncTask
Activity a = getActivity();