Searched refs:abort_msg (Results 1 – 1 of 1) sorted by relevance
428 std::string abort_msg; in AbortTransactionV() local429 android::base::StringAppendV(&abort_msg, fmt, args); in AbortTransactionV()431 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg); in AbortTransactionV()