问题
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
- Select the particular issue
- 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