Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IPADS-SAI/MobiAgent
/ logd
Method
logd
app/app/src/main/java/com/mobi/agent/CommonUtils.java:72–74 ·
view source on GitHub ↗
Debug日志
(String tag, String message)
Source
from the content-addressed store, hash-verified
70
* Debug日志
71
*/
72
public
static
void
logd(String tag, String message) {
73
log(tag, message,
"d"
);
74
}
75
76
/**
77
* Info日志
Callers
2
onAccessibilityEvent
Method · 0.95
onKeyEvent
Method · 0.95
Calls
1
log
Method · 0.95
Tested by
no test coverage detected