MCPcopy Create free account
hub / github.com/afkT/DevUtils / printLog

Method printLog

lib/DevApp/src/main/java/dev/utils/LogPrintUtils.java:70–78  ·  view source on GitHub ↗

最终打印日志方法 ( 全部调用此方法 ) @param logType 日志类型 @param tag 打印 TAG @param message 日志信息

(
            final int logType,
            final String tag,
            final String message
    )

Source from the content-addressed store, hash-verified

68 * @param message 日志信息
69 */
70 private static void printLog(
71 final int logType,
72 final String tag,
73 final String message
74 ) {
75 if (LogPrintUtils.sPrint != null) {
76 LogPrintUtils.sPrint.printLog(logType, tag, message);
77 }
78 }
79
80 /**
81 * 处理信息

Callers 8

dTagMethod · 0.95
eTagMethod · 0.95
wTagMethod · 0.95
iTagMethod · 0.95
vTagMethod · 0.95
wtfTagMethod · 0.95
jsonTagMethod · 0.95
xmlTagMethod · 0.95

Calls 1

printLogMethod · 0.65

Tested by

no test coverage detected