Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Daudit.h74 static constexpr uint32_t MAX_MEMORY_LOG_COUNT = 1024; // 1024 lines variable
/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit.cpp156 if ((writeLogCount_ > MAX_MEMORY_LOG_COUNT) && IsActiveLogFileSizeReachTheashold()) { in SaveToFileLocked()