Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IPADS-SAI/MobiAgent
/ loge
Method
loge
app/app/src/main/java/com/mobi/agent/CommonUtils.java:93–95 ·
view source on GitHub ↗
Error日志
(String tag, String message)
Source
from the content-addressed store, hash-verified
91
* Error日志
92
*/
93
public
static
void
loge(String tag, String message) {
94
log(tag, message,
"e"
);
95
}
96
97
/**
98
* 安全的线程睡眠方法
Callers
11
onServiceConnected
Method · 0.95
onInterrupt
Method · 0.95
onDestroy
Method · 0.95
getInstance
Method · 0.95
clickOnScreen
Method · 0.95
swipeOnScreen
Method · 0.95
onCompleted
Method · 0.95
onCancelled
Method · 0.95
onCompleted
Method · 0.95
onCancelled
Method · 0.95
safeSleep
Method · 0.95
Calls
1
log
Method · 0.95
Tested by
no test coverage detected