Once in a while my App crashes. Normally I have an default unCaughtExceptionHandler.
I notice that for some versions of Android the app crashes without being in the UncaughtExcpetionHandler.
I also notice that on other Android versions 90% of the crashes the uncaughtexceptions are caught, but 10% not.
How can I make ALL crashes report a message?