Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Freelander/Android_Data
/ logw
Method
logw
fake_land/LogUtils.java:76–81 ·
view source on GitHub ↗
(String tag, String message)
Source
from the content-addressed store, hash-verified
74
}
75
76
public
static
void
logw(String tag, String message) {
77
if
(DEBUG) {
78
Logger.init(tag);
79
Logger.w(message);
80
}
81
}
82
83
public
static
void
loge(String tag, String message) {
84
if
(DEBUG) {
Callers
nothing calls this directly
Calls
1
w
Method · 0.80
Tested by
no test coverage detected