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

Method log

app/src/main/java/eu/faircode/email/EntityLog.java:70–72  ·  view source on GitHub ↗
(final Context context, String data)

Source from the content-addressed store, hash-verified

68 public enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification, Rules, Cloud, Debug1, Debug2, Debug3, Debug4, Debug5}
69
70 public static void log(final Context context, String data) {
71 log(context, Type.General, data);
72 }
73
74 static void log(final Context context, @NonNull Type type, EntityAccount account, String data) {
75 if (account == null)

Callers 15

doWorkMethod · 0.95
initMethod · 0.95
onCreateMethod · 0.95
onFragmentResultMethod · 0.95
onNewIntentMethod · 0.95
onActivityResultMethod · 0.95
onCreateMethod · 0.95
onChangedMethod · 0.95
delegateMethod · 0.95
startMethod · 0.95
stopMethod · 0.95
deleteMethod · 0.95

Calls 9

iMethod · 0.95
isTestReleaseMethod · 0.95
getAvailableMbMethod · 0.95
getFreeMemMbMethod · 0.95
getInstanceMethod · 0.95
getSerialExecutorMethod · 0.95
getBooleanMethod · 0.80
containsMethod · 0.45
getIdMethod · 0.45

Tested by

no test coverage detected