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

Method log

app/src/main/java/eu/faircode/email/SSLHelper.java:75–78  ·  view source on GitHub ↗
(@NonNull String host, @NonNull VerificationResult result)

Source from the content-addressed store, hash-verified

73
74 CTLogger logger = new CTLogger() {
75 @Override
76 public void log(@NonNull String host, @NonNull VerificationResult result) {
77 Log.persist(EntityLog.Type.Network, "Transparency: " + host + " " + result);
78 }
79 };
80
81 final X509TrustManager rtm = (transparency

Callers

nothing calls this directly

Calls 1

persistMethod · 0.95

Tested by

no test coverage detected