Searched refs:dropLog (Results 1 – 1 of 1) sorted by relevance
35 string dropLog = to_string(droppedCount) + " line(s) dropped!"; in InsertDropInfo() local37 std::vector<char> buffer(sizeof(HilogMsg) + tag.size() + dropLog.size() + 1, '\0'); in InsertDropInfo()59 if (memcpy_s(logTextPtr, remainSize, dropLog.data(), dropLog.size() + 1)) { in InsertDropInfo()