Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
AgentWeb
Method · 0.95
getWebViewClient
Method · 0.95
ready
Method · 0.95
getChromeClient
Method · 0.95
onGeolocationPermissionsShowPromptInternal
Method · 0.95
onShowFileChooser
Method · 0.95
openFileChooser
Method · 0.95
onCreate
Method · 0.95
choose
Method · 0.95
createLayout
Method · 0.95
webLayout
Method · 0.95
WebParentLayout
Method · 0.95
Calls
2
isDebug
Method · 0.95
concat
Method · 0.80
Tested by
no test coverage detected