Home
last modified time | relevance | path

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

/system/core/liblog/
Dlogprint.cpp67 bool monotonic_output; member
218 p_ret->monotonic_output = android_log_clockid() == CLOCK_MONOTONIC; in android_log_format_new()
220 p_ret->monotonic_output = false; in android_log_format_new()
278 p_format->monotonic_output = true; in android_log_setPrintFormat()
1559 if (p_format->monotonic_output) { in android_log_formatLogLine()
1572 if (p_format->epoch_output || p_format->monotonic_output) { in android_log_formatLogLine()
1574 snprintf(timeBuf, sizeof(timeBuf), p_format->monotonic_output ? "%6lld" : "%19lld", in android_log_formatLogLine()