My application includes a series of Activities, through which the user must proceed in a linear fashion. Let\'s say that this series of activities looks like this: A (repres
Thread.setDefaultUncaughtExceptionHandler(new DefaultExceptionHandler()... );