Home
last modified time | relevance | path

Searched refs:ShouldShowNativeStack (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dthread.cc951 static bool ShouldShowNativeStack(const Thread* thread) in ShouldShowNativeStack() function
1000 if (dump_for_abort || ShouldShowNativeStack(this)) { in DumpStack()