Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d6aa2471 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am ca4553d3: am 7ffbcb28: am ca5d99ac: Merge "Guarantee that all db related...

am ca4553d3: am 7ffbcb28: am ca5d99ac: Merge "Guarantee that all db related files are deleted together."

* commit 'ca4553d3':
  Guarantee that all db related files are deleted together.
parents 672d323b ca4553d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public final class DefaultDatabaseErrorHandler implements DatabaseErrorHandler {
        }
        Log.e(TAG, "deleting the database file: " + fileName);
        try {
            new File(fileName).delete();
            SQLiteDatabase.deleteDatabase(new File(fileName));
        } catch (Exception e) {
            /* print warning and ignore exception */
            Log.w(TAG, "delete failed: " + e.getMessage());