Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freelander/Android_Data
/ logJ
Method
logJ
fake_land/LogUtils.java:97–102 ·
view source on GitHub ↗
(String tag, String message)
Source
from the content-addressed store, hash-verified
95
}
96
97
public
static
void
logJ(String tag, String message) {
98
if
(DEBUG) {
99
Logger.init(tag);
100
Logger.json(message);
101
}
102
}
103
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected