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
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.