How to get crash dialog with report button
android
Solution
As far as I know, the `Report` button only shows when the app is installed via the Market (i.e. is signed and not in debug mode nor with a debug key). This data is all shown in LogCat if you are USB debugging.
Edit: Also, you can catch this information and file a report yourself if you want, using this method.
Problem
I purposely make my own application crash. I get the following dialog. However, I wish to get the following crash dialog with report button. May I know how I can do so? I had signed my application. (But I transfer the APK locally to my phone, not through Android market). I still can't get the `Report` button.