Search code examples
androidbug-reporting

How to instruct users to report a bug in Android


How do you instruct users to report a bug in Android? Any advice or tips?

I'd like to get send detailed instructions to my users to get the most of their bug report. I know there are various apps that send bug reports from the device and I was wondering how other Android developers deal with this.


Solution

  • Taking Gilbert's advice into account, I decided to create my own app. I hereby present you: Bug Reporter.

    It allows users to send you a report with device information and optional logcat. It also supports intent extras to customize its behavior if case you want to launch it from your app.