You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask and know if this messages error are normal.
In our App customization we have a lot of models, something like 25 models and when we start the sync service for all i see into log this error messages into each services that are running into "mass sync" of all models:
(it's not just only one, but the logcat is full of this messages).
It's normal?
I read that this king of error can be related to the DB lock for writer and readers.
Something like a reader cursor wanna read, but a writer still locking cursor.
Am i right?
It's a solvable problem or it's normal?
Thanks
The text was updated successfully, but these errors were encountered:
Hello guys,
I would like to ask and know if this messages error are normal.
In our App customization we have a lot of models, something like 25 models and when we start the sync service for all i see into log this error messages into each services that are running into "mass sync" of all models:
01-15 13:28:24.089 31228-1979/it.app.custom:sync_project_feed_question E/SQLiteLog: (10) POSIX Error : 11 SQLite Error : 3850
(it's not just only one, but the logcat is full of this messages).
It's normal?
I read that this king of error can be related to the DB lock for writer and readers.
Something like a reader cursor wanna read, but a writer still locking cursor.
Am i right?
It's a solvable problem or it's normal?
Thanks
The text was updated successfully, but these errors were encountered: