Searched refs:appendStack (Results 1 – 1 of 1) sorted by relevance
718 std::string appendStack = ""; in GetFailedDumpStackMsg() local719 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()