We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c46c2 commit 783c3e0Copy full SHA for 783c3e0
src/app/EventLogging.h
@@ -54,6 +54,10 @@ class EventLogger : public EventLoggingDelegate
54
* context tags to be interpreted within the schema identified by
55
* `ClusterID` and `EventId`.
56
*
57
+ * The consumer has to either lock the Matter stack lock or queue the event to
58
+ * the Matter event queue when using LogEvent. This function is not safe to call
59
+ * outside of the main Matter processing context.
60
+ *
61
* LogEvent has 2 variant, one for fabric-scoped events and one for non-fabric-scoped events.
62
* @param[in] aEventData The event cluster object
63
* @param[in] aEndpoint The current cluster's Endpoint Id
0 commit comments