Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IPADS-SAI/MobiAgent
/ logw
Method
logw
app/app/src/main/java/com/mobi/agent/CommonUtils.java:86–88 ·
view source on GitHub ↗
Warning日志
(String tag, String message)
Source
from the content-addressed store, hash-verified
84
* Warning日志
85
*/
86
public
static
void
logw(String tag, String message) {
87
log(tag, message,
"w"
);
88
}
89
90
/**
91
* Error日志
Callers
nothing calls this directly
Calls
1
log
Method · 0.95
Tested by
no test coverage detected