Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp744 size_t tail_lines = 0; in __logcat() local
1001 if (!getSizeTArg(optctx.optarg, &tail_lines, 1)) { in __logcat()
1007 tail_lines = 1; in __logcat()
1148 if ((tail_time == log_time::EPOCH) && !tail_lines) { in __logcat()
1438 logger_list = android_logger_list_alloc(mode, tail_lines, pid); in __logcat()