hi, all
by further debuging, I found this problem was cased by calling
sqlite3_open_v2(path8, &handle, sqliteFlags, NULL) function in dbopen
of frameworks\base\core\jni\android_database_SQLiteDatabase.cpp file,
it not crash directly in the sqlite3_open_v2 function, but died some
where
after cal
If sqlite is the evil, you should be able to reproduce it by writing a
pure C program that calls the same function and dynamically linked to
/system/lib/libsqlite.so when loading. Just several lines can confirm
this.
And, well, here is my question: after inquired Google and Baidu and
several other