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

Method v

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

Source from the content-addressed store, hash-verified

15 private Log() {
16 }
17 public static int v(String tag, String msg) {
18 return println(LOG_ID_MAIN, VERBOSE, tag, msg);
19 }
20 public static int v(String tag, String msg, Throwable tr) {
21 return println(LOG_ID_MAIN, VERBOSE, tag, msg + '\n' + getStackTraceString(tr));
22 }

Callers 1

onCreateMethod · 0.95

Calls 2

printlnMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by

no test coverage detected