430431432433434435436437438439440
try { serializer.setProperty("http://xmlpull.org/v1/doc/properties.html#serializer-indentation", " "); } catch (Exception e) { // not recognized } serializer.setOutput(os = new SafeFileOutputStream(file), myCharset.name()); saveHistory(serializer); } catch (Exception ex) { LOG.error(ex); } finally { try {