MCPcopy Index your code
hub / github.com/Freelander/Android_Data / d

Method d

fake_land/LogUtils.java:20–24  ·  view source on GitHub ↗
(String tag, String message)

Source from the content-addressed store, hash-verified

18 }
19
20 public static void d(String tag, String message) {
21 if(DEBUG) {
22 Log.d(tag, message);
23 }
24 }
25
26 public static void i(String tag, String message) {
27 if(DEBUG) {

Callers 1

logdMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected