Home
last modified time | relevance | path

Searched refs:fullMessage (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/jni/
H A Dandroid_database_SQLiteCommon.cpp224 String8 fullMessage; in throw_sqlite3_exception() local
225 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()
227 fullMessage.appendFormat(" (code %s)", errcode_msg.c_str()); // print extended error code in throw_sqlite3_exception()
229 fullMessage.append(": "); in throw_sqlite3_exception()
230 fullMessage.append(message); in throw_sqlite3_exception()
232 jniThrowException(env, exceptionClass, fullMessage.string()); in throw_sqlite3_exception()