Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp542 std::stringstream logStream(hilogStr); in FillHilog() local
544 for (int count = 0; count < REPORT_HILOG_LINE && getline(logStream, oneLine); count++) { in FillHilog()