I find the force close Report option very useful as a developer- the stack trace is really useful to see and I've been able to solve many bugs by using it.
However, there are places in my app where (quite rightly) I've used a try/catch statement to handle Exceptions. The problem being, that this prevents a force close and so I can't get the data of the error, which would be helpful for bug fixing or even just giving better error messages. Is there any way to report an Exception which has been handled?
And which version of Android did the Report option come about in?