| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
LOG_ALL |
65535 |
public static final int |
LOG_COMMAND |
2 |
public static final int |
LOG_GENERAL |
1 |
public static final int |
LOG_NONE |
0 |
public static final int |
LOG_OUTPUT |
4 |
public static final java.lang.String |
TAG |
"libsuperuser" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
ACTION_HIDE_OVERLAYS |
"eu.chainfire.supersu.action.HIDE_OVERLAYS" |
public static final java.lang.String |
CATEGORY_HIDE_OVERLAYS |
"android.intent.category.INFO" |
public static final java.lang.String |
EXTRA_HIDE_OVERLAYS |
"eu.chainfire.supersu.extra.HIDE" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
EXCEPTION_NOT_CLOSED |
"Application did not close() interactive shell" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
EXCEPTION_COMMAND |
"Application attempted to run a shell command from the main thread" |
public static final java.lang.String |
EXCEPTION_NOT_IDLE |
"Application attempted to wait for a non-idle shell to close on the main thread" |
public static final java.lang.String |
EXCEPTION_TOOLBOX |
"Application attempted to init the Toolbox class from the main thread" |
public static final java.lang.String |
EXCEPTION_WAIT_IDLE |
"Application attempted to wait for a shell to become idle on the main thread" |