Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp1056 std::stringstream hilogStream(hilogStr); in GetFreezeJsonCollector() local
1059 while (++count <= REPORT_HILOG_LINE && std::getline(hilogStream, oneLine)) { in GetFreezeJsonCollector()