MCPcopy
hub / github.com/cinit/QAuxiliary / e

Method e

app/src/main/java/io/github/qauxv/util/Log.java:34–36  ·  view source on GitHub ↗
(@NonNull String msg)

Source from the content-addressed store, hash-verified

32 private static final String TAG = "QAuxv";
33
34 public static void e(@NonNull String msg) {
35 android.util.Log.e(TAG, msg);
36 }
37
38 public static void w(@NonNull String msg) {
39 android.util.Log.w(TAG, msg);

Callers 15

log_eMethod · 0.95
buildMethod · 0.95
getMethod · 0.95
getMessageManagerMethod · 0.95
revokeMessageMethod · 0.95
getTroopMemberNickMethod · 0.95
getBuddyNameMethod · 0.95
getTroopNameMethod · 0.95
fromGetFriendListRespMethod · 0.95
getChatMessageMethod · 0.95
sendMessageMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected