Android SDK Version


public class CrashShieldHandler
Field Summary
Modifier and TypeFieldDescription
public final static CrashShieldHandlerINSTANCE
Method Summary
Modifier and TypeMethodDescription
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)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

enable

 final static Unitenable()

disable

 final static Unitdisable()

handleThrowable

 final static UnithandleThrowable(Throwable e, Object o)

isObjectCrashing

 final static BooleanisObjectCrashing(Object o)

methodFinished

 final static UnitmethodFinished(Object o)

reset

 final static Unitreset()

resetCrashingObjects

 final static UnitresetCrashingObjects()

isDebug

 final static BooleanisDebug()

scheduleCrashInDebug

 final static UnitscheduleCrashInDebug(Throwable e)