Searched defs:abort_msg (Results 1 - 1 of 1) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_common.cc491 std::string abort_msg; local
492 android::base::StringAppendV(&abort_msg, fmt, args);
494 Runtime::Current()->AbortTransactionAndThrowAbortError(self, abort_msg);

Completed in 71 milliseconds