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

/art/runtime/
H A Dthread.cc991 bool dump_for_abort = (gAborting > 0); local
996 safe_to_dump = (safe_to_dump || dump_for_abort);
1000 if (dump_for_abort || ShouldShowNativeStack(this)) {
1002 DumpNativeStack(os, GetTid(), " native: ", GetCurrentMethod(nullptr, !dump_for_abort));

Completed in 9 milliseconds