MCPcopy Create free account
hub / github.com/LJYcoder/DevRing / w

Method w

devring/src/main/java/com/ljy/devring/other/RingLog.java:107–109  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

105 }
106
107 public static void w() {
108 printLog(W, null, DEFAULT_MESSAGE);
109 }
110
111 public static void w(Object msg) {
112 printLog(W, null, msg);

Callers 7

getTopActivityMethod · 0.95
removeActivityMethod · 0.95
killActivityMethod · 0.95
activityClassIsLiveMethod · 0.95
findActivityMethod · 0.95
printSubMethod · 0.80

Calls 1

printLogMethod · 0.95

Tested by

no test coverage detected