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

Method e

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

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

(final Throwable throwable)

Source from the content-addressed store, hash-verified

158 * @param throwable 异常
159 */
160 public static void e(final Throwable throwable) {
161 eTag(DEFAULT_TAG, throwable, null);
162 }
163
164 /**
165 * 使用默认 TAG 打印 ERROR 日志(无 Throwable)

Callers

nothing calls this directly

Calls 1

eTagMethod · 0.95

Tested by

no test coverage detected