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

Method v

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

Source from the content-addressed store, hash-verified

12 public static final boolean DEBUG = true;
13
14 public static void v(String tag, String message) {
15 if(DEBUG) {
16 Log.v(tag, message);
17 }
18 }
19
20 public static void d(String tag, String message) {
21 if(DEBUG) {

Callers 1

logvMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected