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

Method persist

app/src/main/java/eu/faircode/email/Log.java:206–211  ·  view source on GitHub ↗
(String message)

Source from the content-addressed store, hash-verified

204 }
205
206 public static void persist(String message) {
207 if (ctx == null)
208 org.tinylog.Logger.tag(TAG).error(message);
209 else
210 EntityLog.log(ctx, message);
211 }
212
213 public static void persist(EntityLog.Type type, String message) {
214 if (ctx == null)

Callers 3

connectMethod · 0.95
reportMethod · 0.95
logMethod · 0.95

Calls 3

logMethod · 0.95
errorMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected