MCPcopy Create free account
hub / github.com/cinit/TMoe / d

Method d

app/src/main/java/cc/ioctl/tmoe/util/Log.java:24–26  ·  view source on GitHub ↗
(@NonNull String msg)

Source from the content-addressed store, hash-verified

22 }
23
24 public static void d(@NonNull String msg) {
25 android.util.Log.d(TAG, msg);
26 }
27
28 public static void v(@NonNull String msg) {
29 android.util.Log.v(TAG, msg);

Callers 3

logdMethod · 0.95
onOpenDatabaseMethod · 0.80
initOnceMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected