Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp35 string dropLog = to_string(droppedCount) + " line(s) dropped!"; in InsertDropInfo() local
37 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()