public class SamebugUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
You can chain an other uncaughtExceptionHandler to this with
#setDefaultHandler(UncaughtExceptionHandler), which will be called
after sending the exception to the server. If you want this handler to
rethrow the exceptions (e.g. because you want them to be logged), use a
DefaultUncaughtExceptionHandler instance.
| Constructor and Description |
|---|
SamebugUncaughtExceptionHandler(com.samebug.notifier.core.IConfiguration config,
Thread.UncaughtExceptionHandler handler) |
public SamebugUncaughtExceptionHandler(com.samebug.notifier.core.IConfiguration config,
Thread.UncaughtExceptionHandler handler)
public void uncaughtException(Thread t, Throwable e)
uncaughtException in interface Thread.UncaughtExceptionHandlerCopyright © 2014. All rights reserved.