Exemplo n.º 1
0
 private static void abortQuietly(DiskLruCache.Editor editor) {
   try {
     editor.abort();
   } catch (IOException ignore) {
   }
 }