android-priority-jobqueue
android-priority-jobqueue copied to clipboard
database is locked (code 5)
This error occurred on device like samsung SM-J200H , HUAWEI G610-U20, LENOVO , ...
android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecute(SQLiteConnection.java) at android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:552) at android.database.sqlite.SQLiteSession.beginTransactionUnchecked(SQLiteSession.java:323) at android.database.sqlite.SQLiteSession.beginTransaction(SQLiteSession.java:298) at android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:505) at android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:416) at com.birbit.android.jobqueue.persistentQueue.sqlite.SqliteJobQueue.delete(SqliteJobQueue.java:205) at com.birbit.android.jobqueue.persistentQueue.sqlite.SqliteJobQueue.remove(SqliteJobQueue.java:201) at com.birbit.android.jobqueue.cachedQueue.CachedJobQueue.remove(CachedJobQueue.java:51) at com.birbit.android.jobqueue.JobManagerThread.removeJob(JobManagerThread.java:561) at com.birbit.android.jobqueue.JobManagerThread.handleRunJobResult(JobManagerThread.java:472) at com.birbit.android.jobqueue.JobManagerThread.access$300(JobManagerThread.java:35) at com.birbit.android.jobqueue.JobManagerThread$1.handleMessage(JobManagerThread.java:237) at com.birbit.android.jobqueue.messaging.PriorityMessageQueue.consume(PriorityMessageQueue.java:39) at com.birbit.android.jobqueue.JobManagerThread.run(JobManagerThread.java:222) at java.lang.Thread.run(Thread.java:838)
Exactly the same problem here.

This still happens on Lenovo. Any workaround suggestions?
Still getting this too...hmm
I'm having this exactly issue on Fabric :| seems like this library has not been really active for a long time, going to remove this libs 😢
@toantran-ea Time to start using the WorkManager 👯