-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum NativeExceptionMechanismMechanism types for native crashes.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description TOMBSTONE_MERGEDSIGNAL_HANDLERTOMBSTONE
-
Method Summary
Modifier and Type Method Description static Array<NativeExceptionMechanism>values()static NativeExceptionMechanismvalueOf(String name)StringgetValue()-
-
Method Detail
-
values
static Array<NativeExceptionMechanism> values()
-
valueOf
static NativeExceptionMechanism valueOf(String name)
-
-
-
-