Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp124 String8 fullMessage; in throw_sqlite3_exception() local
125 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()
126 fullMessage.appendFormat(" (code %d)", errcode); // print extended error code in throw_sqlite3_exception()
128 fullMessage.append(": "); in throw_sqlite3_exception()
129 fullMessage.append(message); in throw_sqlite3_exception()
131 jniThrowException(env, exceptionClass, fullMessage.string()); in throw_sqlite3_exception()