Is there anyone using Flurry to generate reports for uncaught exceptions that could post some sample code on how to do this?
I don\'t see any example via Flurry themselv
I am using bugsense for error reports. It catches full stack trace when an uncaught exception happens and also gives some useful information about the device - OS version, you app's version, is WiFi available on the device, etc. You can add custom messages and tags for specific events.
I've already fixed a couple crashes in my app thanks to it.