Home | History | Annotate | Download | only in logd

Lines Matching refs:maxPrune

287 // Prune at most 10% of the log entries or maxPrune, whichever is less.
304 if (pruneRows > maxPrune) {
305 pruneRows = maxPrune;