Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/
H A Dfaultlog_util.h36 std::string GetThreadStack(const std::string& path, int32_t threadId);
H A Dfaultlog_util.cpp192 std::string GetThreadStack(const std::string& path, int32_t threadId) in GetThreadStack() function
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp766 info.sectionMap["STACK"] = GetThreadStack(info.logPath, info.pid); in AddFaultLogIfNeed()