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

Method logd

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

Source from the content-addressed store, hash-verified

60 }
61
62 public static void logd(String tag, String message) {
63 if(DEBUG) {
64 Logger.init(tag);
65 Logger.d(message);
66 }
67 }
68
69 public static void logi(String tag, String message) {
70 if(DEBUG) {

Callers

nothing calls this directly

Calls 1

dMethod · 0.80

Tested by

no test coverage detected