OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxPrune
(Results
1 - 2
of
2
) sorted by null
/system/core/logd/
LogBuffer.h
142
static constexpr size_t
maxPrune
= 256;
LogBuffer.cpp
287
// Prune at most 10% of the log entries or
maxPrune
, whichever is less.
304
if (pruneRows >
maxPrune
) {
305
pruneRows =
maxPrune
;
[
all
...]
Completed in 127 milliseconds