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

Method println

rxandroidble/src/test/java/android/util/Log.java:69–71  ·  view source on GitHub ↗
(int priority, String tag, String msg)

Source from the content-addressed store, hash-verified

67 return sw.toString();
68 }
69 public static int println(int priority, String tag, String msg) {
70 return println(LOG_ID_MAIN, priority, tag, msg);
71 }
72 public static final int LOG_ID_MAIN = 0;
73 public static final int LOG_ID_RADIO = 1;
74 public static final int LOG_ID_EVENTS = 2;

Callers 6

vMethod · 0.95
dMethod · 0.95
iMethod · 0.95
wMethod · 0.95
eMethod · 0.95
logMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected