Improved dump

pull/194/merge
M66B 3 years ago
parent 527ea44d25
commit feb772ccb5

@ -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…
Cancel
Save