Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/include/
Ddfx_dump_catcher.h68 int32_t frameCatcherPid_; variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp78 frameCatcherPid_ = 0; in DfxDumpCatcher()
82 DfxDumpCatcher::DfxDumpCatcher(int32_t pid) : frameCatcherPid_(pid) in DfxDumpCatcher()
554 if (tid <= 0 || frameCatcherPid_ != procInfo_.pid) { in CatchFrame()