Home
last modified time | relevance | path

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

/system/logging/liblog/
Dlogprint.cpp69 bool monotonic_output; member
222 p_ret->monotonic_output = false; in android_log_format_new()
279 p_format->monotonic_output = true; in android_log_setPrintFormat()
1466 if (p_format->monotonic_output) { in android_log_formatLogLine()
1476 if (p_format->epoch_output || p_format->monotonic_output) { in android_log_formatLogLine()
1478 snprintf(timeBuf, sizeof(timeBuf), p_format->monotonic_output ? "%6lld" : "%19lld", in android_log_formatLogLine()