public enum NDCrashUnwinder extends java.lang.Enum<NDCrashUnwinder>
| Enum Constant and Description |
|---|
cxxabi |
libcorkscrew |
libunwind |
libunwindstack |
stackscan |
| Modifier and Type | Method and Description |
|---|---|
static NDCrashUnwinder |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NDCrashUnwinder[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NDCrashUnwinder libcorkscrew
public static final NDCrashUnwinder libunwind
public static final NDCrashUnwinder libunwindstack
public static final NDCrashUnwinder cxxabi
public static final NDCrashUnwinder stackscan
public static NDCrashUnwinder[] values()
for (NDCrashUnwinder c : NDCrashUnwinder.values()) System.out.println(c);
public static NDCrashUnwinder valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null