mirror of
https://github.com/mollyim/mollyim-insider-android.git
synced 2025-05-13 05:40:53 +01:00
parent
9d4938a350
commit
d43b828008
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ public final class SqlCipherDeletingErrorHandler implements DatabaseErrorHandler
|
|||
} catch (Throwable t) {
|
||||
Log.e(TAG, "Failed to do cipher_integrity_check!", t);
|
||||
}
|
||||
} catch (Throwable t) {
|
||||
Log.e(TAG, "Failed to run diagnostics!", t);
|
||||
} finally {
|
||||
Log.w(TAG, "Deleting database " + databaseName);
|
||||
ApplicationDependencies.getApplication().deleteDatabase(databaseName);
|
||||
|
|
Loading…
Reference in a new issue