Integrate ACRA
This would enable users to send crash reports (e.g. via HTTP POST
) if the app ever does crash.
This would not cover cases where exceptions are handled and thus don't cause crashes, like:
- Repo update fails
- Apk install fails
- No apps are listed
etc etc.
In those cases, the java code should still take care of things. And ideally, ACRA would never show up, since crashes should be fixed.