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