Force a crash to test your implementation
Read moreHow does Crashlytics work on Android?
Crashlytics creates a exception handler that intercepts the exceptions that weren’t caught and does something with them but it also sends the exception to the previous exception handler , that’s why the app stills crashes.
Read more