I developed the application and want to make sure that whenever an unexpected failure occurs, the user can send a crash report.
Starting with Android 2.2, I read that Android has something for it. However, in my case, the application crashes in one special situation, but only the “Close Strength” button is displayed.
The button does not appear in the application downloaded from the market, and also when I install it directly on my phone.
Do I have to carry out some programmatic efforts to achieve this?
source share