Podax icon indicating copy to clipboard operation
Podax copied to clipboard

SQLiteDatabaseLockedException

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$2.onCheckedChanged(SubscriptionSettingsFragment.java:109) at android.widget.CompoundButton.setChecked(CompoundButton.java:126) at com.axelby.podax.ui.SubscriptionSettingsFragment$1.afterTextChanged(SubscriptionSettingsFragment.java:76) at android.widget.TextView.sendAfterTextChanged(TextView.java:7334) at android.widget.TextView$ChangeWatcher.afterTextChanged(TextView.java:9087) at android.text.SpannableStringBuilder.sendAfterTextChanged(SpannableStringBuilder.java:970) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:497) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:435) at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:30) at android.view.inputmethod.BaseInputConnection.replaceText(BaseInputConnection.java:673) at android.view.inputmethod.BaseInputConnection.setComposingText(BaseInputConnection.java:436) at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:333) at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:77) 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