Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp441 static constexpr size_t kMinPrune = 4; in ShouldPrune() local
452 if (min_elements < kMinPrune) { in ShouldPrune()
453 min_elements = kMinPrune; in ShouldPrune()