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?
source share