Class StreamGlobalExceptionHandler

  • All Implemented Interfaces:
    java.lang.Thread.UncaughtExceptionHandler

    
    public final class StreamGlobalExceptionHandler
     implements Thread.UncaughtExceptionHandler
                        

    A global exception handler that snatches all exceptions in the application and forward to the exception tracing screen. The exception tracing screen helps you to debug the error messages, and users can restart the crashed application or share the log messages.

    You can install the exception handler with the install or installOnDebuggableApp methods.