focuser wrote:
> 02-22 10:43:59.242: ERROR/Database(27448): sqlite3_open_v2("/data/data/
> crashtest.test/databases/webview.db", &handle, 6, NULL) failedCrap. I was hoping it would log the return code from that function call. 6 is SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE, which is pretty much as one might expect. The NULL fourth parameter just means we're using the stock SQLite vfs. Have you tried opening one of those databases using sqlite3 (either on-device or on your dev machine after pulling it off) to see if it gives you any additional clues as to what is considered wrong with it? -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training in Sweden -- http://www.sotrium.com/training.php --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

