MCPcopy 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

getMethod · 0.95
logForResponseMethod · 0.80
logForRequestMethod · 0.80
onResponseMethod · 0.80
inProgressMethod · 0.80
onResponseMethod · 0.80
inProgressMethod · 0.80
onErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected