Searched defs:gc (Results 1 - 1 of 1) sorted by relevance

/system/core/logd/
H A DLogBuffer.cpp802 bool gc = pruneRows <= 1; local
803 if (!gc && (worst != -1)) {
897 ((!gc && (element->getPid() == worstPid)) ||
905 if ((!gc && !worstPid && (key == worst)) ||
943 (!gc || (mLastWorstPidOfSystem[id].find(worstPid) ==
950 if ((!gc && !worstPid) ||

Completed in 74 milliseconds