MCPcopy Index your code
hub / github.com/Stericson/RootShell / log

Method log

src/main/java/com/stericson/RootShell/RootShell.java:468–470  ·  view source on GitHub ↗

This method allows you to output debug messages only when debugging is on. This will allow you to add a debug option to your app, which by default can be left off for performance. However, when you need debugging information, a simple switch can enable it and provide you with detailed logging.

(String msg)

Source from the content-addressed store, hash-verified

466 * @param msg The message to output.
467 */
468 public static void log(String msg) {
469 log(null, msg, LogLevel.DEBUG, null);
470 }
471
472 /**
473 * This method allows you to output debug messages only when debugging is on. This will allow

Callers 15

commandOutputMethod · 0.95
existsMethod · 0.95
findBinaryMethod · 0.95
isAccessGivenMethod · 0.95
commandWaitMethod · 0.95
commandOutputMethod · 0.95
commandFinishedMethod · 0.95
createHandlerMethod · 0.95
finishMethod · 0.95
terminateMethod · 0.95
terminatedMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by 1

commandOutputMethod · 0.76