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

Method logv

fake_land/LogUtils.java:55–60  ·  view source on GitHub ↗

使用 Logger 工具

(String tag, String message)

Source from the content-addressed store, hash-verified

53 */
54
55 public static void logv(String tag, String message) {
56 if (DEBUG) {
57 Logger.init(tag);
58 Logger.v(message);
59 }
60 }
61
62 public static void logd(String tag, String message) {
63 if(DEBUG) {

Callers

nothing calls this directly

Calls 1

vMethod · 0.80

Tested by

no test coverage detected