Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ i
Method
i
app/src/main/java/cc/ioctl/tmoe/util/Log.java:20–22 ·
view source on GitHub ↗
(@NonNull String msg)
Source
from the content-addressed store, hash-verified
18
}
19
20
public
static
void
i(@NonNull String msg) {
21
android.util.Log.i(TAG, msg);
22
}
23
24
public
static
void
d(@NonNull String msg) {
25
android.util.Log.d(TAG, msg);
Callers
2
logi
Method · 0.95
logw
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected