Home
last modified time | relevance | path

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

/system/logging/logd/
DLogStatistics.cpp293 static constexpr size_t kMinPrune = 4; in ShouldPrune() local
304 if (min_elements < kMinPrune) { in ShouldPrune()
305 min_elements = kMinPrune; in ShouldPrune()