Home
last modified time | relevance | path

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

/system/core/logd/
DLogStatistics.cpp467 bool isprune = worstUidEnabledForLogid(id); in formatHeader() local
471 std::string(isprune ? "+/- Pruned" : "")) + in formatHeader()
473 std::string(isprune ? "NUM" : "")); in formatHeader()
645 bool isprune = worstUidEnabledForLogid(id); in formatHeader() local
647 std::string(isprune ? "Prune" : "")) + in formatHeader()
649 std::string("BYTES"), std::string(isprune ? "NUM" : "")); in formatHeader()