Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp442 static constexpr size_t kMaxPrune = 256; in ShouldPrune() local
459 if (*prune_rows > kMaxPrune) { in ShouldPrune()
460 *prune_rows = kMaxPrune; in ShouldPrune()