MCPcopy 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

logiMethod · 0.95
logwMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected