Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Devent_logger.cpp718 std::string appendStack = ""; in GetFailedDumpStackMsg() local
719 std::for_each(list.begin(), list.end(), [&appendStack] (const WatchPoint& watchPoint) { in GetFailedDumpStackMsg()
720 appendStack += "\n" + watchPoint.GetMsg(); in GetFailedDumpStackMsg()
722 …stack += appendStack.empty() ? "\ncan not get process kill reason" : "\nprocess may be killed by :… in GetFailedDumpStackMsg()
723 + appendStack; in GetFailedDumpStackMsg()