Podax icon indicating copy to clipboard operation
Podax copied to clipboard

SQLiteDatabaseLockedException: database is locked (code 5)

Open lingling-fan opened this issue 6 years ago • 0 comments

//package name: com.axelby.podax //version: 6.2 android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5) at android.database.sqlite.SQLiteConnection.nativeExecuteForChangedRowCount(Native Method) at android.database.sqlite.SQLiteConnection.executeForChangedRowCount(SQLiteConnection.java:734) at android.database.sqlite.SQLiteSession.executeForChangedRowCount(SQLiteSession.java:754) at android.database.sqlite.SQLiteStatement.executeUpdateDelete(SQLiteStatement.java:64) at android.database.sqlite.SQLiteDatabase.updateWithOnConflict(SQLiteDatabase.java:1574) at android.database.sqlite.SQLiteDatabase.update(SQLiteDatabase.java:1520) at com.axelby.podax.SubscriptionProvider.update(SubscriptionProvider.java:168) at android.content.ContentProvider$Transport.update(ContentProvider.java:260) at android.content.ContentResolver.update(ContentResolver.java:1040) at com.axelby.podax.ui.SubscriptionSettingsFragment$1.afterTextChanged(SubscriptionSettingsFragment.java:78) at android.widget.TextView.sendAfterTextChanged(TextView.java:7334) at android.widget.TextView.setText(TextView.java:3778) at android.widget.TextView.setText(TextView.java:3629) at android.widget.EditText.setText(EditText.java:80) at android.widget.TextView.setText(TextView.java:3604) at com.axelby.podax.ui.SubscriptionSettingsFragment.onLoadFinished(SubscriptionSettingsFragment.java:177) at com.axelby.podax.ui.SubscriptionSettingsFragment.onLoadFinished(SubscriptionSettingsFragment.java:30) at android.support.v4.app.LoaderManagerImpl$LoaderInfo.callOnLoadFinished(LoaderManager.java:427) at android.support.v4.app.LoaderManagerImpl$LoaderInfo.onLoadComplete(LoaderManager.java:395) at android.support.v4.content.Loader.deliverResult(Loader.java:104) at android.support.v4.content.CursorLoader.deliverResult(CursorLoader.java:73) at android.support.v4.content.CursorLoader.deliverResult(CursorLoader.java:35) at android.support.v4.content.AsyncTaskLoader.dispatchOnLoadComplete(AsyncTaskLoader.java:223) at android.support.v4.content.AsyncTaskLoader$LoadTask.onPostExecute(AsyncTaskLoader.java:61) at android.support.v4.content.ModernAsyncTask.finish(ModernAsyncTask.java:461) at android.support.v4.content.ModernAsyncTask.access$500(ModernAsyncTask.java:47) at android.support.v4.content.ModernAsyncTask$InternalHandler.handleMessage(ModernAsyncTask.java:474) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5103) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:525) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553) at dalvik.system.NativeStart.main(Native Method)

lingling-fan avatar Sep 05 '17 11:09 lingling-fan