HomeSort by relevance Sort by last modified time
    Searched defs:kAbortExceptionDescriptor (Results 1 - 2 of 2) sorted by null

  /art/runtime/
transaction.h 44 static constexpr const char* kAbortExceptionDescriptor = "dalvik.system.TransactionAbortError";
transaction.cc 90 CHECK(IsAborted()) << "Rethrow " << Transaction::kAbortExceptionDescriptor

Completed in 166 milliseconds