Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto_to_text.cpp401 bool is_async_mte_crash = false; in print_main_thread() local
418 is_async_mte_crash = signal_info.number() == SIGSEGV && signal_info.code() == SEGV_MTEAERR; in print_main_thread()
419 is_mte_crash = is_async_mte_crash || in print_main_thread()
433 if (is_async_mte_crash) { in print_main_thread()