SQLiteDiskIOException in Android

前端 未结 3 1895
春和景丽
春和景丽 2020-12-30 09:07

We are getting a large number of SQLiteDiskIOException errors in our Android app, with stack traces similar to the following:

E/AndroidRuntime(          


        
3条回答
  •  攒了一身酷
    2020-12-30 09:47

    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.

提交回复
热议问题