What happened?
A bug happened! Notably app constantly giving error when trying to protect notes with password and backing up data.
App Version
7.11.2
Android Version (API Level)
37
(Optional) Relevant log output
java.lang.RuntimeException: Exception while computing database live data.
at androidx.room.RoomTrackingLiveData$$ExternalSyntheticLambda0.run(SourceFile:139)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1100)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:1572)
Caused by: android.database.sqlite.SQLiteDatabaseCorruptException: database disk image is malformed (code 11)
at net.zetetic.database.sqlcipher.SQLiteConnection.nativeExecuteForCursorWindow(Native Method)
at net.zetetic.database.sqlcipher.SQLiteConnection.executeForCursorWindow(SourceFile:90)
at net.zetetic.database.sqlcipher.SQLiteSession.executeForCursorWindow(SourceFile:37)
at net.zetetic.database.sqlcipher.SQLiteQuery.fillWindow(SourceFile:31)
at net.zetetic.database.sqlcipher.SQLiteCursor.fillWindow(SourceFile:31)
at net.zetetic.database.sqlcipher.SQLiteCursor.getCount(SourceFile:7)
at com.philkes.notallyx.data.dao.LabelDao_Impl$exists$2.call(SourceFile:135)
at androidx.room.RoomTrackingLiveData$$ExternalSyntheticLambda0.run(SourceFile:126)
... 3 more
What happened?
A bug happened! Notably app constantly giving error when trying to protect notes with password and backing up data.
App Version
7.11.2
Android Version (API Level)
37
(Optional) Relevant log output