Home
last modified time | relevance | path

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

/system/core/logd/
DLogTags.cpp499 static const size_t rate_to_pmsg = 16 * 1024; in WritePmsgEventLogTags() local
500 if (lastTotal && (LogStatistics::sizesTotal() - lastTotal) < rate_to_pmsg) { in WritePmsgEventLogTags()