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

/art/runtime/
H A Dthread.cc880 bool dump_for_abort = (gAborting > 0) && !kIsDebugBuild; local
881 if (this == Thread::Current() || IsSuspended() || dump_for_abort) {
883 if (dump_for_abort || ShouldShowNativeStack(this)) {

Completed in 19 milliseconds