From 12326408056f8df065329b348a11a213e168ec83 Mon Sep 17 00:00:00 2001 From: yunhanw-google Date: Fri, 23 Feb 2024 10:30:36 -0800 Subject: [PATCH] Update logEvent restriction description in doc (#32150) * Update logEvent restriction description in doc * Restyled by prettier-markdown --------- Co-authored-by: Restyled.io --- .../cluster_and_device_type_dev.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md index 9e34e961ae6d87..ca8e295a1cabf9 100644 --- a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md +++ b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md @@ -238,7 +238,9 @@ pure CommandHandlerInterface implementations. - **MatterReportingAttributeChangeCallback** - **Events** - No direct ember support - - Call LogEvent function in EventLogging.h + - Call LogEvent function in EventLogging.h. Caller has to either lock the + Matter stack lock or queue the event to the Matter event queue when + using LogEvent. #### A note on Dynamic Endpoints