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

Method w

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

Source from the content-addressed store, hash-verified

33 return println(LOG_ID_MAIN, INFO, tag, msg + '\n' + getStackTraceString(tr));
34 }
35 public static int w(String tag, String msg) {
36 return println(LOG_ID_MAIN, WARN, tag, msg);
37 }
38 public static int w(String tag, String msg, Throwable tr) {
39 return println(LOG_ID_MAIN, WARN, tag, msg + '\n' + getStackTraceString(tr));
40 }

Callers 6

onReceiveMethod · 0.95
handleExceptionMethod · 0.95
onScanFailureMethod · 0.95
getErrorMessageFunction · 0.45
onScanFailureMethod · 0.45

Calls 2

printlnMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by

no test coverage detected