Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_collector.cpp58 auto logTextPtr = dropMsg->tag + tag.size(); // log text is behind tag data in InsertDropInfo() local
59 if (memcpy_s(logTextPtr, remainSize, dropLog.data(), dropLog.size() + 1)) { in InsertDropInfo()