Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp138 std::string threadMsg; in DoDumpLocalPid() local
140 ret = DoDumpCurrTid(skipFramNum, threadMsg, maxFrameNums); in DoDumpLocalPid()
142 ret = DoDumpLocalTid(tid, threadMsg, maxFrameNums); in DoDumpLocalPid()
144 msg += threadMsg; in DoDumpLocalPid()