Home
last modified time | relevance | path

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

/system/logging/logd/
DPruneList.h55 bool HasLowPriorityPruneRules() const { return !low_priority_prune_.empty(); } in HasLowPriorityPruneRules() function
DChattyLogBuffer.cpp570 id != LOG_ID_SECURITY && prune_->HasLowPriorityPruneRules() && !clearAll; in Prune()