Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dhilog_collector_impl.cpp49 constexpr int READ_HILOG_BUFFER_SIZE = 1024; in ReadHilog() local
51 char buffer[READ_HILOG_BUFFER_SIZE] = {0}; in ReadHilog()
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp91 constexpr int READ_HILOG_BUFFER_SIZE = 1024; variable
941 char buffer[READ_HILOG_BUFFER_SIZE] = {0}; in GetHilog()