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

Method logi

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

Source from the content-addressed store, hash-verified

67 }
68
69 public static void logi(String tag, String message) {
70 if(DEBUG) {
71 Logger.init(tag);
72 Logger.i(message);
73 }
74 }
75
76 public static void logw(String tag, String message) {
77 if(DEBUG) {

Callers

nothing calls this directly

Calls 1

iMethod · 0.80

Tested by

no test coverage detected