Home
last modified time | relevance | path

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

/system/logging/logd/
DChattyLogBuffer.cpp434 static const log_time too_old{EXPIRE_HOUR_THRESHOLD * 60 * 60, 0}; in Prune() local
491 if (element.realtime() < (lastt->realtime() - too_old) || in Prune()