net.sqlcipher.database.SQLiteException: database is locked: BEGIN EXCLUSIVE;

I get an Occasional errors while update android-database-sqlcipher 4.4.2 to android-database-sqlcipher 4.4.3
with android room

The class b.t.l is RoomTrackingLiveData.run in android room

This is because other processes are also using the database file.I’ve dealt with it.