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

Method e

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

Source from the content-addressed store, hash-verified

10 private static final String TAG = "TMoe";
11
12 public static void e(@NonNull String msg) {
13 android.util.Log.e(TAG, msg);
14 }
15
16 public static void w(@NonNull String msg) {
17 android.util.Log.w(TAG, msg);

Callers 10

getLogsEnabledFieldMethod · 0.95
showMethod · 0.95
logeMethod · 0.95
handleRequestCompleteMethod · 0.80
handleRequestCompleteMethod · 0.80
initOnceMethod · 0.80

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected