Home | History | Annotate | Download | only in logd

Lines Matching full:mprune

544     bool hasBlacklist = (id != LOG_ID_SECURITY) && mPrune.naughty();
552 if (worstUidEnabledForLogid(id) && mPrune.worstUidEnabled()) {
574 if ((worst == AID_SYSTEM) && mPrune.worstPidOfSystemEnabled()) {
661 if (hasBlacklist && mPrune.naughty(element)) {
751 if (!kick || !mPrune.worstUidEnabled()) {
757 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll;
789 if (hasWhitelist && !element->getDropped() && mPrune.nice(element)) {