MCPcopy Create free account
hub / github.com/MirkoWu/BaseLibrary / d

Method d

baselibrary/src/main/java/com/softgarden/baselibrary/utils/L.java:18–20  ·  view source on GitHub ↗

Logger 工具打印

(String msg)

Source from the content-addressed store, hash-verified

16 * Logger 工具打印
17 */
18 public static void d(String msg) {
19 if (isDebug) Logger.d(msg);
20 }
21
22 public static void i(String msg) {
23 if (isDebug) Logger.i(msg);

Callers 5

initializeMethod · 0.95
makeRequestBodyMethod · 0.95
initializeMethod · 0.95
onMeasureMethod · 0.80

Calls

no outgoing calls

Tested by 2

initializeMethod · 0.76