Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IPADS-SAI/MobiAgent
/ logi
Method
logi
app/app/src/main/java/com/mobi/agent/CommonUtils.java:79–81 ·
view source on GitHub ↗
Info日志
(String tag, String message)
Source
from the content-addressed store, hash-verified
77
* Info日志
78
*/
79
public
static
void
logi(String tag, String message) {
80
log(tag, message,
"i"
);
81
}
82
83
/**
84
* Warning日志
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected