941
小米5
很多APP经常打开出错
android.database.sqlite.SQLiteCantOpenDatabaseException: unable to open database file (code 14): , while compiling: PRAGMA journal_mode
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
at android.database.sqlite.SQLiteConnection.executeForString(SQLiteConnection.java:634)
at android.database.sqlite.SQLiteConnection.setJournalMode(SQLiteConnection.java:320)
at android.database.sqlite.SQLiteConnection.setWalModeFromConfiguration(SQLiteConnection.java:294)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:215)
at android.database.sqlite.SQLiteConnection.open(SQLiteConnection.java:193)
at android.database.sqlite.SQLiteConnectionPool.openConnectionLocked(SQLiteConnectionPool.java:463)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:185)
at android.database.sqlite.SQLiteConnectionPool.open(SQLiteConnectionPool.java:177)
at android.database.sqlite.SQLiteDatabase.openInner(SQLiteDatabase.java:808)
at android.database.sqlite.SQLiteDatabase.open(SQLiteDatabase.java:793)
at android.database.sqlite.SQLiteDatabase.openDatabase(SQLiteDatabase.java:696)
at android.app.ContextImpl.openOrCreateDatabase(ContextImpl.java:690)
at android.content.ContextWrapper.openOrCreateDatabase(ContextWrapper.java:299)
at android.database.sqlite.SQLiteOpenHelper.getDatabaseLocked(SQLiteOpenHelper.java:223)
at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:163)
at com.ccb.common.sqlite.CcbSQLiteOpenHelper$1.getWritableDatabase(CcbSQLiteOpenHelper.java:73)
at com.ccb.common.sqlite.CcbSQLiteOpenHelper.checkInitDatabase(CcbSQLiteOpenHelper.java:154)
at com.ccb.common.sqlite.CcbSQLiteOpenHelper. com.smzdm.client.android <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
x0 0000007f5afe6c40 x1 00000000fffffffe x2 0000007f6c0014c0 x3 0000007f6c001444
x4 0000000000000000 x5 0000000000000001 x6 0000007f858a7000 x7 0000000000000000
x8 0000000000000000 x9 0000000000000004 x10 0000000000000000 x11 0000000000000000
x12 0000000000000018 x13 ffffffffa62582af x14 003668701a000000 x15 003b9aca00000000
x16 0000007f6f45a760 x17 0000007f84d07d4c x18 00000000ff35fdff x19 0000007f59b19958
x20 0000000000000000 x21 0000007f5aea0030 x22 0000007f76b59b10 x23 00000000fffffffe
x24 0000007f59b19a00 x25 0000007f59b199f0 x26 0000007f59b19a10 x27 0000007f5aea0060
x28 0000007f5afc1540 x29 0000007f59b19920 x30 0000007f6c00145c
sp 0000007f59b19920 pc 0000007f6c0014d8 pstate 0000000020000000
backtrace:
#00 pc 00000000006cf4d8 /system/app/WebViewGoogle/WebViewGoogle.apk (offset 0xc31000)
#01 pc 00000000006cf458 /system/app/WebViewGoogle/WebViewGoogle.apk (offset 0xc31000)
最后更新:2017-10-09 09:57:25