-
public class CrashShieldHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static BooleanisDebugpublic 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 BooleangetIsDebug()final static UnitsetIsDebug(Boolean 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 Boolean getIsDebug()
-
setIsDebug
final static Unit setIsDebug(Boolean isDebug)
-
-
-
-