mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Improved dump
This commit is contained in:
parent
527ea44d25
commit
feb772ccb5
1 changed files with 3 additions and 1 deletions
|
@ -879,8 +879,10 @@ public class EmailService implements AutoCloseable {
|
|||
}
|
||||
|
||||
public void dump() {
|
||||
EntityLog.log(context, "Dump start");
|
||||
while (breadcrumbs != null && !breadcrumbs.isEmpty())
|
||||
EntityLog.log(context, "Crumb " + breadcrumbs.pop());
|
||||
EntityLog.log(context, "Dump " + breadcrumbs.pop());
|
||||
EntityLog.log(context, "Dump end");
|
||||
}
|
||||
|
||||
private static class SocketFactoryService extends SocketFactory {
|
||||
|
|
Loading…
Reference in a new issue