mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
committed by
Cody Henthorne
parent
6025e423e8
commit
1a103106a5
@@ -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);
|
||||
AppDependencies.getApplication().deleteDatabase(databaseName);
|
||||
|
||||
Reference in New Issue
Block a user