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

/system/core/logd/
H A DLogStatistics.cpp242 bool isprune = worstUidEnabledForLogid(id); local
246 std::string(isprune ? "+/- Pruned" : "")) +
248 std::string(isprune ? "NUM" : ""));
426 bool isprune = worstUidEnabledForLogid(id); local
428 std::string(isprune ? "Prune" : "")) +
430 std::string("BYTES"), std::string(isprune ? "NUM" : ""));

Completed in 30 milliseconds