6667686970717273747576
SnapshotManager manager = SnapshotManager.loadSnapshot(slowness.getLogfileId()); if (manager == null) { return; } manager.printAWTThread(new PrintWriter(out)); } public void setSlowness(Slowness slowness) { this.slowness = slowness; }