Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp130 void ReadGwpAsanRecord(const std::string& gwpAsanBuffer, const std::string& errType) in ReadGwpAsanRecord() argument
133 …currInfo.description = ((gwpAsanBuffer.size() > ASAN_LOG_SIZE) ? (gwpAsanBuffer.substr(0, ASAN_LOG… in ReadGwpAsanRecord()
134 … "\nEnd Asan report") : gwpAsanBuffer); in ReadGwpAsanRecord()
H A Dgwpasan_collector.h55 void ReadGwpAsanRecord(const std::string& gwpAsanBuffer, const std::string& errType);