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

Method wTag

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

打印 WARN 日志 @param tag 日志 TAG @param message 日志内容 @param args 格式化参数

(
            final String tag,
            final String message,
            final Object... args
    )

Source from the content-addressed store, hash-verified

326 * @param args 格式化参数
327 */
328 public static void wTag(
329 final String tag,
330 final String message,
331 final Object... args
332 ) {
333 if (JUDGE_PRINT_LOG) {
334 printLog(Log.WARN, tag, createMessage(message, args));
335 }
336 }
337
338 /**
339 * 打印 INFO 日志

Callers 15

wMethod · 0.95
getPickImagesIntentMethod · 0.95
resolveSchedulerMethod · 0.95
schedulePeriodicMethod · 0.95
enqueueMethod · 0.95
enqueueWithIntentMethod · 0.95
cancelInAllNamespacesMethod · 0.95
getPickContactsIntentMethod · 0.95
startAlarmIntentMethod · 0.95

Calls 2

printLogMethod · 0.95
createMessageMethod · 0.95

Tested by

no test coverage detected