Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getTopActivity
Method · 0.95
removeActivity
Method · 0.95
killActivity
Method · 0.95
activityInstanceIsLive
Method · 0.95
activityClassIsLive
Method · 0.95
findActivity
Method · 0.95
printSub
Method · 0.80
Calls
1
printLog
Method · 0.95
Tested by
no test coverage detected