Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h84 PruneList mPrune; variable
141 return mPrune.init(cp); in initPrune()
144 return mPrune.format(); in formatPrune()
DLogBuffer.cpp761 bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty(); in prune()
769 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) { in prune()
783 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled()) { in prune()
867 if (hasBlacklist && mPrune.naughty(element)) { in prune()
964 if (!kick || !mPrune.worstUidEnabled()) { in prune()
970 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll; in prune()
991 if (hasWhitelist && !element->getDropped() && mPrune.nice(element)) { in prune()