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

Method e

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

Source from the content-addressed store, hash-verified

42 return println(LOG_ID_MAIN, WARN, tag, getStackTraceString(tr));
43 }
44 public static int e(String tag, String msg) {
45 return println(LOG_ID_MAIN, ERROR, tag, msg);
46 }
47 public static int e(String tag, String msg, Throwable tr) {
48 return println(LOG_ID_MAIN, ERROR, tag, msg + '\n' + getStackTraceString(tr));
49 }

Callers 6

handleEventMethod · 0.95
handleCompatibilityMethod · 0.45
onReceiveMethod · 0.45
showErrorFunction · 0.45

Calls 2

printlnMethod · 0.95
getStackTraceStringMethod · 0.95

Tested by

no test coverage detected