MCPcopy Create free account
hub / github.com/Chainfire/libsuperuser / log

Method log

libsuperuser/src/eu/chainfire/libsuperuser/Debug.java:108–110  ·  view source on GitHub ↗

Log a "general" message These messages are infrequent and mostly occur at startup/shutdown or on error @param message The message to log

(@NonNull String message)

Source from the content-addressed store, hash-verified

106 * @param message The message to log
107 */
108 public static void log(@NonNull String message) {
109 logCommon(LOG_GENERAL, "G", message);
110 }
111
112 /**
113 * <p>Log a "per-command" message</p>

Callers 9

initMethod · 0.95
runMethod · 0.95
finalizeMethod · 0.95
handleWatchdogMethod · 0.95
runNextCommandMethod · 0.95
openMethod · 0.95
closeImmediatelyMethod · 0.95
waitForIdleMethod · 0.95
waitForOpenedMethod · 0.95

Calls 1

logCommonMethod · 0.95

Tested by

no test coverage detected