Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Freelander/Android_Data
/ d
Method
d
fake_land/LogUtils.java:20–24 ·
view source on GitHub ↗
(String tag, String message)
Source
from the content-addressed store, hash-verified
18
}
19
20
public
static
void
d(String tag, String message) {
21
if
(DEBUG) {
22
Log.d(tag, message);
23
}
24
}
25
26
public
static
void
i(String tag, String message) {
27
if
(DEBUG) {
Callers
1
logd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected