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

Method dTag

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

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

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

Source from the content-addressed store, hash-verified

262 * @param args 格式化参数
263 */
264 public static void dTag(
265 final String tag,
266 final String message,
267 final Object... args
268 ) {
269 if (JUDGE_PRINT_LOG) {
270 printLog(Log.DEBUG, tag, createMessage(message, args));
271 }
272 }
273
274 /**
275 * 打印 ERROR 日志(仅消息)

Callers 15

initMethod · 0.95
dMethod · 0.95
isAvailableByPingMethod · 0.95
isFastDoubleClickMethod · 0.95
onClickMethod · 0.95
onStatusChangedMethod · 0.95
onErrorMethod · 0.95
onVideoSizeChangedMethod · 0.95
onPreparedMethod · 0.95
onCompletionMethod · 0.95

Calls 2

printLogMethod · 0.95
createMessageMethod · 0.95

Tested by

no test coverage detected