View all crashes for a specific problem in Crashlytics

I was wondering if it is possible in any way to view all the failures (or not fatal) for a particular problem in the Crashlytics dashboard. Although the exception is logged at the same place in the code, the stack trace and the type of exception / message may be different. But since the exception is logged in the same place, Crashlytics views it as the same problem.

As far as I can tell, you can only view the last crash or not fatal. Is there any way?

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

+5
source share
1 answer

Yes, you can. To view all failures for a specific problem, follow these steps:

  • Choose a specific problem
  • On the next screen, you can use the arrow mark to see all the failures for a particular problem.

enter image description here
Here I have two crashes for the same issue # 4 with a different date.

Happy_Coding ... :)

+5
source

All Articles