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

/system/core/logd/
H A DLogStatistics.cpp301 bool isprune = worstUidEnabledForLogid(id); local
305 std::string(isprune ? "+/- Pruned" : "")) +
307 std::string(isprune ? "NUM" : ""));
486 bool isprune = worstUidEnabledForLogid(id); local
488 std::string(isprune ? "Prune" : "")) +
490 std::string("BYTES"), std::string(isprune ? "NUM" : ""));

Completed in 19 milliseconds