2728293031323334
return; } } public static void process(SAXParser p, File trace, String thread) throws SAXException, IOException{ SimpleSequenceHandler stackHandler = new SimpleSequenceHandler(trace, thread); p.parse(trace, stackHandler); }