Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/hongyangAndroid/okhttputils
/ e
Method
e
okhttputils/src/main/java/com/zhy/http/okhttp/utils/L.java:12–18 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
10
private
static
boolean debug = false;
11
12
public
static
void
e(String msg)
13
{
14
if
(debug)
15
{
16
Log.e(
"OkHttp"
, msg);
17
}
18
}
19
20
}
21
Callers
8
get
Method · 0.95
logForResponse
Method · 0.80
logForRequest
Method · 0.80
onResponse
Method · 0.80
inProgress
Method · 0.80
onResponse
Method · 0.80
inProgress
Method · 0.80
onError
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected