Home
last modified time | relevance | path

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

/system/core/logd/
DPruneList.h54 bool HasHighPriorityPruneRules() const { return !high_priority_prune_.empty(); } in HasHighPriorityPruneRules() function
DChattyLogBuffer.cpp378 bool check_high_priority = id != LOG_ID_SECURITY && prune_->HasHighPriorityPruneRules(); in Prune()