Hi Kevin,
I'm trying to integrate ACRA in two apps right now and certain crashes make it impossible to report or ignore & move on. These seem to be crashes that occur before the app enters 'visible' state. What happens then is pure joy:
- I get the ACRA report activity opening, which is expected
- Before I get a chance to do anything, the app restarts and crashes again
- Go to step 1
The only way to stop it is to uninstall the app from adb. I'm using the email reports
Before I blame ACRA, is this something you've seen? Am I doing anything wrong?
@ReportsCrashes (
mailTo = "bl...@blah.com",
mode = ReportingInteractionMode.DIALOG,
deleteOldUnsentReportsOnApplicationStart = true,
deleteUnapprovedReportsOnApplicationStart = true,
resDialogEmailPrompt = R.string.acra_dialog_email_prompt,
formKey = "")
Thanks.