MCPcopy 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

logwMethod · 0.95
handleRequestCompleteMethod · 0.80
queryUserDescriptorMethod · 0.80
queryUserInfoByIdMethod · 0.80
queryChannelInfoByIdMethod · 0.80
initOnceMethod · 0.80
beforeHookedMethodFunction · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected