How to effectively group non fatal exceptions in Crashlytics (Fabrics)?

前端 未结 5 841
忘了有多久
忘了有多久 2021-01-11 19:12

We are using Crashlytics in our app as the crash reporting tool. For Android native crashes, it\'s working fine and grouping the crashes correctly. Our app also has few comp

5条回答
  •  臣服心动
    2021-01-11 19:25

    Crashlytics uses the method and crash line number to group crashes, so if you have an exception handler method for all of your non-fatals, they'll be grouped together. There isn't currently a workaround for this.

自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题