Flurry Error Reporting for Android

前端 未结 6 1664
慢半拍i
慢半拍i 2021-02-09 14:37

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

6条回答
  •  不要未来只要你来
    2021-02-09 14:48

    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.

提交回复
热议问题