mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Dump is protocol log
This commit is contained in:
@@ -887,10 +887,10 @@ public class EmailService implements AutoCloseable {
|
||||
}
|
||||
|
||||
public void dump() {
|
||||
EntityLog.log(context, "Dump start");
|
||||
EntityLog.log(context, EntityLog.Type.Protocol, "Dump start");
|
||||
while (breadcrumbs != null && !breadcrumbs.isEmpty())
|
||||
EntityLog.log(context, "Dump " + breadcrumbs.pop());
|
||||
EntityLog.log(context, "Dump end");
|
||||
EntityLog.log(context, EntityLog.Type.Protocol, "Dump " + breadcrumbs.pop());
|
||||
EntityLog.log(context, EntityLog.Type.Protocol, "Dump end");
|
||||
}
|
||||
|
||||
private static class SocketFactoryService extends SocketFactory {
|
||||
|
||||
Reference in New Issue
Block a user