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

Method i

agentweb-core/src/main/java/com/just/agentweb/LogUtils.java:34–39  ·  view source on GitHub ↗
(String tag, String message)

Source from the content-addressed store, hash-verified

32 }
33
34 static void i(String tag, String message) {
35
36 if (isDebug()) {
37 Log.i(PREFIX.concat(tag), message);
38 }
39 }
40
41 static void v(String tag, String message) {
42

Callers 15

AgentWebMethod · 0.95
getWebViewClientMethod · 0.95
readyMethod · 0.95
getChromeClientMethod · 0.95
onShowFileChooserMethod · 0.95
openFileChooserMethod · 0.95
onCreateMethod · 0.95
chooseMethod · 0.95
createLayoutMethod · 0.95
webLayoutMethod · 0.95
WebParentLayoutMethod · 0.95

Calls 2

isDebugMethod · 0.95
concatMethod · 0.80

Tested by

no test coverage detected