Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp99 size_t print_count_ = 0; member in Logcat
215 print_count_ += match; in ProcessBuffer()
1157 while (!max_count_ || print_count_ < max_count_) { in Run()