MCPcopy Create free account
hub / github.com/caikaidev/AppUpdate / d

Method d

lib/src/main/java/com/kcode/lib/log/L.java:12–16  ·  view source on GitHub ↗
(String tag,String msg)

Source from the content-addressed store, hash-verified

10
11public class L {
12 public static void d(String tag,String msg) {
13 if (BuildConfig.DEBUG) {
14 Log.d(tag, msg);
15 }
16 }
17
18 public static void e(String tag,String msg) {
19 if (BuildConfig.DEBUG) {

Callers 3

runMethod · 0.95
updateMethod · 0.95
callBackMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected