mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-22 15:55:57 +00:00
Updated FAQ
This commit is contained in:
parent
330ffaa7f2
commit
8f0f5fccb6
1 changed files with 14 additions and 1 deletions
15
FAQ.md
15
FAQ.md
|
@ -123,6 +123,8 @@ Related questions:
|
|||
|
||||
<a name="redmi"></a>
|
||||
|
||||
<br />
|
||||
|
||||
**Xiaomi Redmi Note**
|
||||
|
||||
On Xiaomi Redmi Note devices the database occasionally gets corrupted, resulting in total data loss.
|
||||
|
@ -131,7 +133,18 @@ This can't be fixed by the app and should be fixed by Xiaomi / Redmi.
|
|||
|
||||
*Please do not blame the app for this!*
|
||||
|
||||
<br />
|
||||
For the record the stack trace:
|
||||
|
||||
```
|
||||
android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 778)
|
||||
at io.requery.android.database.sqlite.SQLiteConnection.nativeExecute(SourceFile:-2)
|
||||
at io.requery.android.database.sqlite.SQLiteConnection.execute(SQLiteConnection:595)
|
||||
at io.requery.android.database.sqlite.SQLiteSession.endTransactionUnchecked(SQLiteSession:447)
|
||||
at io.requery.android.database.sqlite.SQLiteSession.endTransaction(SQLiteSession:411)
|
||||
at io.requery.android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase:551)
|
||||
at androidx.room.RoomDatabase.internalEndTransaction(RoomDatabase:594)
|
||||
at androidx.room.RoomDatabase.endTransaction(RoomDatabase:584)
|
||||
```
|
||||
|
||||
<h2><a name="planned-features"></a>Planned features</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue