Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ w
Method
w
app/src/main/java/cc/ioctl/tmoe/util/Log.java:16–18 ·
view source on GitHub ↗
(@NonNull String msg)
Source
from the content-addressed store, hash-verified
14
}
15
16
public
static
void
w(@NonNull String msg) {
17
android.util.Log.w(TAG, msg);
18
}
19
20
public
static
void
i(@NonNull String msg) {
21
android.util.Log.i(TAG, msg);
Callers
8
logw
Method · 0.95
handleRequestComplete
Method · 0.80
queryUserGroupDescriptors
Method · 0.80
queryUserDescriptor
Method · 0.80
queryUserInfoById
Method · 0.80
queryChannelInfoById
Method · 0.80
initOnce
Method · 0.80
beforeHookedMethod
Function · 0.80
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected