Home
last modified time | relevance | path

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

/system/core/liblog/
Dfake_log_device.c460 const size_t MAX_LINES = ((size_t)~0)/(3*sizeof(struct iovec*)); in showLog() local
465 if (numLines > MAX_LINES) in showLog()
466 numLines = MAX_LINES; in showLog()