We are getting a large number of SQLiteDiskIOException errors in our Android app, with stack traces similar to the following:
SQLiteDiskIOException
E/AndroidRuntime(
one reason is as Bassel Kh stated, multi thread problom, the another is the db is unavailable, ie. db is deleted or sdcard is unavaliable.