Searched refs:MAX_MEMORY_LOG_COUNT (Results 1 – 2 of 2) sorted by relevance
74 static constexpr uint32_t MAX_MEMORY_LOG_COUNT = 1024; // 1024 lines variable
156 if ((writeLogCount_ > MAX_MEMORY_LOG_COUNT) && IsActiveLogFileSizeReachTheashold()) { in SaveToFileLocked()