Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprocess_dumper.h58 static int GetLogTypeBySignal(int sig);
H A Dprocess_dumper.cpp710 int ProcessDumper::GetLogTypeBySignal(int sig) in GetLogTypeBySignal() function in OHOS::HiviewDFX::ProcessDumper
775 faultloggerdRequest.type = ProcessDumper::GetLogTypeBySignal(request->siginfo.si_signo); in InitPrintThread()