Sqlite:无法在线打开文件

时间:2013-04-22 03:32:30

标签: android sqlite android-sqlite

当我在Android上进行一些用户/压力测试时,偶尔会发生此错误。发生此错误后,/ data下的文件失败,系统服务器崩溃。我很好奇数据库名称“contacts2.db-mj7742599A4”。通常它应该是contacts2.db。 “* .db-mj7742599A4”是什么意思?有人可以帮忙吗?

02-28 19:21:43.161   660   695 E SQLiteLog: (14) cannot open file at line 30174 of [00bb9c9ce4]
02-28 19:21:43.169   660   695 E SQLiteLog: (14) os_unix.c:30174: (2) open(/data/data/com.android.providers.contacts/databases/contacts2.db-mj7742599A4) - 

02-28 19:21:43.520   397   409 I am_crash: [660,android.process.acore,572933,android.database.sqlite.SQLiteCantOpenDatabaseException,unable to open database file (code 14),SQLiteConnection.java,-2]
02-28 19:21:43.536   397  5671 I am_crash: [397,system_server,-1,java.lang.IllegalArgumentException,NULL,StatFs.java,-2]

0 个答案:

没有答案