mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-19 05:38:31 +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() {
|
public void dump() {
|
||||||
|
EntityLog.log(context, "Dump start");
|
||||||
while (breadcrumbs != null && !breadcrumbs.isEmpty())
|
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 {
|
private static class SocketFactoryService extends SocketFactory {
|
||||||
|
|
Loading…
Reference in a new issue