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

Method eTag

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

打印 ERROR 日志(仅消息) @param tag 日志 TAG @param message 日志内容 @param args 格式化参数

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

Source from the content-addressed store, hash-verified

278 * @param args 格式化参数
279 */
280 public static void eTag(
281 final String tag,
282 final String message,
283 final Object... args
284 ) {
285 if (JUDGE_PRINT_LOG) {
286 printLog(Log.ERROR, tag, createMessage(message, args));
287 }
288 }
289
290 /**
291 * 打印 ERROR 日志(仅 Throwable)

Callers 15

initMethod · 0.95
getApplicationMethod · 0.95
getAuthorityMethod · 0.95
eMethod · 0.95
notifyMediaStoreMethod · 0.95
getMediaStoreVersionMethod · 0.95
createMediaUriMethod · 0.95
insertImageMethod · 0.95
getVideoDurationMethod · 0.95
getVideoSizeMethod · 0.95

Calls 3

printLogMethod · 0.95
createMessageMethod · 0.95
concatErrorMessageMethod · 0.95

Tested by

no test coverage detected