Package com.mixpanel.android.mpmetrics
Class ExceptionHandler
java.lang.Object
com.mixpanel.android.mpmetrics.ExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
void
uncaughtException
(Thread t, Throwable e)
-
Constructor Details
-
ExceptionHandler
public ExceptionHandler()
-
-
Method Details
-
init
public static void init() -
uncaughtException
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-