There is a question how to implement uncaughtException android and best rated answer has code
System.exit(2);
defaultUEH.uncaughtException(thread, ex);
Is this really correct and this code should be executed?
I've tested this on HotSpot
and Dalvik
, and looks like it is not really working.
In witch environment does it works?