From 821dce25d0c1d5ee14ae035932e7fb1bdbd99d86 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Tue, 25 Jul 2023 16:29:34 -0400 Subject: [PATCH] Update src/app/reporting/ReportScheduler.h Co-authored-by: Boris Zbarsky --- src/app/reporting/ReportScheduler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/reporting/ReportScheduler.h b/src/app/reporting/ReportScheduler.h index e42e0ac2830082..3eb74102c640cc 100644 --- a/src/app/reporting/ReportScheduler.h +++ b/src/app/reporting/ReportScheduler.h @@ -188,9 +188,8 @@ class ReportScheduler : public ReadHandler::Observer virtual void ReportTimerCallback() = 0; - /// @brief Method that triggers a report emission on each ReadHandler that are above their min interval - /// It checks if all read handlers are above their min interval and if so forces them in a dirty state to trigger a - /// report emission + /// @brief Method that triggers a report emission on each ReadHandler that is not blocked on its min interval. + /// Each read handler that is not blocked is immediately marked dirty so that it will report as soon as possible. void TriggerReportEmission() { Timestamp now = mTimerDelegate->GetCurrentMonotonicTimestamp();