Home
last modified time | relevance | path

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

/system/core/liblog/
Dlog_ratelimit.cpp34 static const time_t last_seconds_max = 24 * 60 * 60; // maximum of a day variable
63 } else if (seconds > last_seconds_max) { in __android_log_ratelimit()
64 seconds = last_seconds_max; in __android_log_ratelimit()