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

Method e

lib/DevApp/src/main/java/dev/utils/JCLogUtils.java:183–185  ·  view source on GitHub ↗

使用默认 TAG 打印异常信息 @param throwable 异常

(final Throwable throwable)

Source from the content-addressed store, hash-verified

181 * @param throwable 异常
182 */
183 public static void e(final Throwable throwable) {
184 eTag(DEFAULT_TAG, throwable);
185 }
186
187 /**
188 * 使用默认 TAG 打印 ERROR 日志(无 Throwable)

Callers

nothing calls this directly

Calls 1

eTagMethod · 0.95

Tested by

no test coverage detected