-
public class CrashShieldHandler
-
-
Field Summary
Fields Modifier and Type Field Description public 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 BooleanisDebug()final static UnitscheduleCrashInDebug(Throwable e)-
-
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)
-
-
-
-