MCPcopy Create free account
hub / github.com/Justson/AgentWeb / e

Method e

agentweb-core/src/main/java/com/just/agentweb/LogUtils.java:57–59  ·  view source on GitHub ↗
(String tag, String msg, Throwable tr)

Source from the content-addressed store, hash-verified

55 }
56
57 static void e(String tag, String msg, Throwable tr) {
58 Log.e(tag, msg, tr);
59 }
60
61 static void e(String tag, String message) {
62

Callers 15

DefaultDownloadImplMethod · 0.95
onDownloadStartMethod · 0.95
performDownloadMethod · 0.95
captureCameraMethod · 0.95
recordVideoMethod · 0.95
createErrorLayoutMethod · 0.95
dealJsInterfaceMethod · 0.95
deepLinkMethod · 0.95
addJavaObjectsMethod · 0.95
showFileChooserCompatMethod · 0.95

Calls 2

isDebugMethod · 0.95
concatMethod · 0.80

Tested by

no test coverage detected