Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.cc2119 static bool ShouldShowNativeStack(const Thread* thread) in ShouldShowNativeStack() function
2188 if (dump_native_stack && (dump_for_abort || force_dump_stack || ShouldShowNativeStack(this))) { in DumpStack()