Home
last modified time | relevance | path

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

/system/logging/logcat/
Dlogcat.cpp100 size_t print_count_ = 0; member in Logcat
217 print_count_ += match; in ProcessBuffer()
1080 while (!max_count_ || print_count_ < max_count_) { in Run()