Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp550 pid_t worstPid = 0; // POSIX guarantees PID != 0 in prune() local
579 worstPid = sorted[0]->getKey(); in prune()
609 if (worstPid) { in prune()
612 = mLastWorstPidOfSystem[id].find(worstPid); in prune()
690 if (worstPid in prune()
691 && ((!gc && (element->getPid() == worstPid)) in prune()
696 if ((!gc && !worstPid && (element->getUid() == worst)) in prune()
706 || (worstPid && (element->getPid() != worstPid))) { in prune()
732 if (worstPid && (!gc in prune()
733 || (mLastWorstPidOfSystem[id].find(worstPid) in prune()
[all …]
DLogWhiteBlackList.cpp137 static const char worstPid[] = "1000/!"; in init() local
138 if (!strncmp(str, worstPid, sizeof(worstPid) - 1)) { in init()
140 str += sizeof(worstPid) - 1; in init()