Add user input to ACRA crash report
问题 Basically, this is what I'm trying to accomplish and nothing I've tried seems to work. Whenever there's a crash, before the ACRA report is sent, I'd like to display an EditText in a Dialog or something which allows the user to describe exactly what she was doing when this happened and give me some extra context for debugging. I know I can add whatever custom field to my crash report I want using ACRA.getErrorReporter().putCustomData(), but the problem is figuring out a way to display a view