Actually, the use of multiple crash reporting tools is a case we specifically tested and support.
Doug Stevenson
62

How can we register our own UncaughtExceptionHandler before Firebase does so? The Application class is created after Firebase ContentProvider. I assume doing the same in my own ContentProvider would do the trick, but is there any rules for ContentProvider intialization order? How can I be certain that my code runs before Firebase sets it’s UncaughtExceptionHandler?