MCPcopy
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

onServiceConnectedMethod · 0.95
onInterruptMethod · 0.95
onDestroyMethod · 0.95
getInstanceMethod · 0.95
clickOnScreenMethod · 0.95
swipeOnScreenMethod · 0.95
onCompletedMethod · 0.95
onCancelledMethod · 0.95
onCompletedMethod · 0.95
onCancelledMethod · 0.95
safeSleepMethod · 0.95

Calls 1

logMethod · 0.95

Tested by

no test coverage detected