Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h32 static constexpr int DEFAULT_LOG_SIZE = 1024 * 1024; // 1M variable
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp48 maxLogSize_(DEFAULT_LOG_SIZE), in EventLogTask()