MCPcopy Create free account
hub / github.com/M66B/FairEmail / d

Method d

app/src/main/java/eu/faircode/email/Log.java:143–145  ·  view source on GitHub ↗
(String msg)

Source from the content-addressed store, hash-verified

141 public static native long[] jni_safe_runtime_stats();
142
143 public static int d(String msg) {
144 return d(TAG, msg);
145 }
146
147 public static int d(String tag, String msg) {
148 org.tinylog.Logger.tag(tag).debug(msg);

Callers 15

runMethod · 0.95
applyNotificationMethod · 0.95
onDestroyedMethod · 0.95
onInsertedMethod · 0.95
onRemovedMethod · 0.95
onMovedMethod · 0.95
onChangedMethod · 0.95
onSaveInstanceStateMethod · 0.95
onResumeMethod · 0.95
onPauseMethod · 0.95
onUserInteractionMethod · 0.95

Calls

no outgoing calls

Tested by 6

ExpectAllFieldsSetMethod · 0.64
ExpectClearMethod · 0.64
ExpectExtensionsClearMethod · 0.64