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

Method w

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

Source from the content-addressed store, hash-verified

30 }
31
32 public static void w(String tag, String message) {
33 if(DEBUG) {
34 Log.w(tag, message);
35 }
36 }
37
38 public static void e(String tag, String message) {
39 if(DEBUG) {

Callers 1

logwMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected