How to override handleUncaughtException without changing its functionallity
问题 I asked this question some time back on Stackoverflow , the answer worked for me, It overrides the handleUncaughtException , I save the exception and throws the default Unfortunately app has stopped working , but when i integrated this in my app, I am facing an issue. This is the answer i got. private Thread.UncaughtExceptionHandler defaultExceptionHandler; public void registerCrash(){ defaultExceptionHandler = Thread.getDefaultUncaughtExceptionHandler(); Thread