294295296297298299300
} @Override public Attachment getAttachment() { byte[] sb = Utils.format(getStacktrace()); return new Attachment("stacktrace-%1$s.txt", "stacktrace", "text/plain", sb); }
248249250251252253254
dos.close(); data = bos.toByteArray(); } catch (IOException ex) { Exceptions.printStackTrace(ex); } return new Attachment("snapshot-%1$s.nps", "nps snapshot", "application/nps", data); }