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

Method d

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

使用默认 TAG 打印 DEBUG 日志 @param message 日志内容 @param args 格式化参数

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

Source from the content-addressed store, hash-verified

147 * @param args 格式化参数
148 */
149 public static void d(
150 final String message,
151 final Object... args
152 ) {
153 dTag(DEFAULT_TAG, message, args);
154 }
155
156 /**
157 * 使用默认 TAG 打印异常信息

Callers

nothing calls this directly

Calls 1

dTagMethod · 0.95

Tested by

no test coverage detected