Loading core/jni/android_database_SQLiteCommon.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ void throw_sqlite3_exception(JNIEnv* env, int errcode, exceptionClass = "android/database/sqlite/SQLiteDatatypeMismatchException"; break; case SQLITE_INTERRUPT: exceptionClass = "android/content/OperationCanceledException"; exceptionClass = "android/os/OperationCanceledException"; break; default: exceptionClass = "android/database/sqlite/SQLiteException"; Loading Loading
core/jni/android_database_SQLiteCommon.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ void throw_sqlite3_exception(JNIEnv* env, int errcode, exceptionClass = "android/database/sqlite/SQLiteDatatypeMismatchException"; break; case SQLITE_INTERRUPT: exceptionClass = "android/content/OperationCanceledException"; exceptionClass = "android/os/OperationCanceledException"; break; default: exceptionClass = "android/database/sqlite/SQLiteException"; Loading