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

Method i

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

Source from the content-addressed store, hash-verified

24 }
25
26 public static void i(String tag, String message) {
27 if(DEBUG) {
28 Log.i(tag, message);
29 }
30 }
31
32 public static void w(String tag, String message) {
33 if(DEBUG) {

Callers 1

logiMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected