Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_remote.cpp94 if (ProcessDumper::GetInstance().IsCrash() || request->siginfo.si_value.sival_int == 0) { in UnwindProcess()
98 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindProcess()
131 if (ProcessDumper::GetInstance().IsCrash() && (process->vmThread_ != nullptr)) { in UnwindKeyThread()
142 unwinder->SetIsJitCrashFlag(ProcessDumper::GetInstance().IsCrash()); in UnwindKeyThread()
159 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindKeyThread()
168 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindKeyThread()
186 if ((index == 0) && ProcessDumper::GetInstance().IsCrash()) { in UnwindOtherThread()
214 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindOtherThread()
H A Dprocess_dumper.h41 bool IsCrash() const;
H A Ddfx_unwind_async_thread.cpp52 if (ProcessDumper::GetInstance().IsCrash()) { in UnwindStack()
H A Dprocess_dumper.cpp845 bool ProcessDumper::IsCrash() const in IsCrash() function in OHOS::HiviewDFX::ProcessDumper