Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/
Dlog_core.c116 static uint64_t last_failure_report; variable
578 (k_uptime_get() - last_failure_report) > CONFIG_LOG_FAILURE_REPORT_PERIOD) { in z_impl_log_process()
588 last_failure_report += CONFIG_LOG_FAILURE_REPORT_PERIOD; in z_impl_log_process()