MCPcopy Create free account
hub / github.com/dariuszseweryn/RxAndroidBle / d

Method d

rxandroidble/src/test/java/android/util/Log.java:23–25  ·  view source on GitHub ↗
(String tag, String msg)

Source from the content-addressed store, hash-verified

21 return println(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
22 }
23 public static int d(String tag, String msg) {
24 return println(LOG_ID_MAIN, DEBUG, tag, msg);
25 }
26 public static int d(String tag, String msg, Throwable tr) {
27 return println(LOG_ID_MAIN, DEBUG, tag, msg + '\n' + getStackTraceString(tr));
28 }

Callers

nothing calls this directly

Calls 2

printlnMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by

no test coverage detected