-
public class CrashShieldHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static <ERROR CLASS>isDebugpublic final static CrashShieldHandlerINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitenable()final static Unitdisable()final static UnithandleThrowable(Throwable e, Object o)final static BooleanisObjectCrashing(Object o)final static UnitmethodFinished(Object o)final static Unitreset()final static UnitresetCrashingObjects()final static UnitscheduleCrashInDebug(Throwable e)final static <ERROR CLASS>getIsDebug()final static Unit)>setIsDebug(<ERROR CLASS> isDebug)-
-
Method Detail
-
handleThrowable
final static Unit handleThrowable(Throwable e, Object o)
-
isObjectCrashing
final static Boolean isObjectCrashing(Object o)
-
methodFinished
final static Unit methodFinished(Object o)
-
resetCrashingObjects
final static Unit resetCrashingObjects()
-
scheduleCrashInDebug
final static Unit scheduleCrashInDebug(Throwable e)
-
getIsDebug
final static <ERROR CLASS> getIsDebug()
-
setIsDebug
final static Unit )>setIsDebug(<ERROR CLASS> isDebug)
-
-
-
-