HomeSort by relevance Sort by last modified time
    Searched full:dump_for_abort (Results 1 - 1 of 1) sorted by null

  /art/runtime/
thread.cc 880 bool dump_for_abort = (gAborting > 0) && !kIsDebugBuild; local
881 if (this == Thread::Current() || IsSuspended() || dump_for_abort) {
    [all...]

Completed in 267 milliseconds