Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp109 size_t maxRotatedLogs; member
137 context->maxRotatedLogs = DEFAULT_MAX_ROTATED_LOGS; in create_android_logcat()
248 (context->maxRotatedLogs > 0) in rotateLogs()
249 ? (int)(floor(log10(context->maxRotatedLogs) + 1)) in rotateLogs()
252 for (int i = context->maxRotatedLogs; i > 0; i--) { in rotateLogs()
1166 if (!getSizeTArg(optctx.optarg, &context->maxRotatedLogs, 1)) { in __logcat()
1455 (context->maxRotatedLogs > 0) ? in __logcat()
1456 (int)(floor(log10(context->maxRotatedLogs) + 1)) : in __logcat()
1459 for (int i = context->maxRotatedLogs ; i >= 0 ; --i) { in __logcat()