Viewing all crashes for a specific issue in Crashlytics

瘦欲@ 提交于 2019-12-13 13:06:13

问题


I was wondering if it is possible to somehow view all the crashes (or non-fatals) for a particular issue from the Crashlytics dashboard. Even though the exception is logged in the same place in the code, the stack trace and exception type/message may be different. But since the exception is logged in the same place, Crashlytics treats it as the same issue.

As far as I can tell, you can only view the latest crash or non-fatal. Is there a way?

Or alternatively, are there Crashlytics SDK calls that would allow me to differentiate the crashes?


回答1:


Yes you can. To view all crashes for a particular issue follow this

  1. Select the particular issue
  2. In Next Screen you can use Arrow mark to see all crashes for a particular issue


Here I have two crashes for the same Issue #4 with different date.

来源:https://stackoverflow.com/questions/30066920/viewing-all-crashes-for-a-specific-issue-in-crashlytics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!