Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds