Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error temp-saving when pausing activity #661

Open
federicoiosue opened this issue Mar 4, 2019 · 0 comments
Open

Error temp-saving when pausing activity #661

federicoiosue opened this issue Mar 4, 2019 · 0 comments
Projects
Milestone

Comments

@federicoiosue
Copy link
Owner

ACRA caught a RuntimeException for it.feio.android.omninotes
java.lang.RuntimeException: An error occurred while executing doInBackground()
	at android.os.AsyncTask$3.done(AsyncTask.java:354)
	at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:383)
	at java.util.concurrent.FutureTask.setException(FutureTask.java:252)
	at java.util.concurrent.FutureTask.run(FutureTask.java:271)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
	at java.lang.Thread.run(Thread.java:764)
Caused by: android.database.sqlite.SQLiteDatabaseLockedException: database is locked (code 5 SQLITE_BUSY)
	at android.database.sqlite.SQLiteConnection.nativeExecute(Native Method)
	at android.database.sqlite.SQLiteConnection.execute(SQLiteConnection.java:569)
	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:558)
	at android.database.sqlite.SQLiteDatabase.beginTransaction(SQLiteDatabase.java:469)
	at it.feio.android.omninotes.db.DbHelper.updateNote(DbHelper.java:210)
	at it.feio.android.omninotes.async.notes.SaveNoteTask.doInBackground(SaveNoteTask.java:64)
	at it.feio.android.omninotes.async.notes.SaveNoteTask.doInBackground(SaveNoteTask.java:36)
	at android.os.AsyncTask$2.call(AsyncTask.java:333)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	... 3 more
@federicoiosue federicoiosue added this to the 5.6.0 milestone Mar 4, 2019
@federicoiosue federicoiosue added this to To do in Omni Notes Nov 26, 2019
@federicoiosue federicoiosue modified the milestones: 6.0.0, 6.1.0 Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Omni Notes
  
To do
Development

No branches or pull requests

1 participant