Home
last modified time | relevance | path

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

/aosp12/system/extras/boottime_tools/bootio/
H A Dbootio.cpp38 static const int LOG_MAX_SAMPLES = 30; variable
91 if (samples > timeout || samples > LOG_MAX_SAMPLES || timeout > LOG_MAX_TIMEOUT) { in StartDataCollection()
94 " Max samples=" << LOG_MAX_SAMPLES; in StartDataCollection()