MCPcopy Create free account
hub / github.com/CPPAlien/ChatKeyboard / e

Method e

app/src/main/java/cn/hadcn/keyboard_example/LogUtil.java:20–22  ·  view source on GitHub ↗
(String tag, String msg)

Source from the content-addressed store, hash-verified

18 }
19
20 public static int e(String tag, String msg) {
21 return enableLogDisplay ? Log.e(LOG_TAG + tag, msg) : RETURN_NOLOG;
22 }
23
24 public static int e(String tag, String msg, Throwable e) {
25 return enableLogDisplay ? Log.e(LOG_TAG + tag, msg, e) : RETURN_NOLOG;

Callers 5

onDbChangeMethod · 0.95
startMethod · 0.95
cancelMethod · 0.95
completeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected