[android-developers] Re: Do SQLiteDatabase references "go stale"?
There is an old entry on Stackoverflow about SQLiteDiskIOException: http://stackoverflow.com/questions/3220482/sqlitediskioexception-in-android
It also mentions the getCount method
On Friday, August 2, 2013 6:55:53 PM UTC-5, Nathan wrote:
--I have got back two nonfatal exception reports. I can't match them to any particular user yet.
When attempting the open.
android.database.sqlite.SQLiteCantOpenDatabaseExceptio n unknown error (code 14): Could not open database From:
SQLiteDatabase.java line 669 android.database.sqlite.SQLiteDatabase.openDatabase
Another, when checking for a record's existence:android.database.sqlite.SQLiteDiskIOException disk I/O error
fromSQLiteCursor.java line 268android.database.sqlite.SQLiteCursor.getCount
They appear to be pretty rare. No sign it is tied to a corrupt database.
Nathan
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
---
You received this message because you are subscribed to the Google Groups "Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home