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