Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp45 constexpr unsigned ASAN_LOG_SIZE = 350 * 1024; variable
133 …currInfo.description = ((gwpAsanBuffer.size() > ASAN_LOG_SIZE) ? (gwpAsanBuffer.substr(0, ASAN_LOG… in ReadGwpAsanRecord()