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

Method suspendTracing

app/src/main/java/com/sun/mail/pop3/Protocol.java:1318–1323  ·  view source on GitHub ↗

Temporarily turn off protocol tracing, e.g., to prevent tracing the authentication sequence, including the password.

()

Source from the content-addressed store, hash-verified

1316 * tracing the authentication sequence, including the password.
1317 */
1318 private void suspendTracing() {
1319 if (traceLogger.isLoggable(Level.FINEST)) {
1320 traceInput.setTrace(false);
1321 traceOutput.setTrace(false);
1322 }
1323 }
1324
1325 /**
1326 * Resume protocol tracing, if it was enabled to begin with.

Callers 2

loginMethod · 0.95
authenticateMethod · 0.45

Calls 2

isLoggableMethod · 0.45
setTraceMethod · 0.45

Tested by

no test coverage detected