Skip to content

Commit 4425558

Browse files
vivien-applepull[bot]
authored andcommitted
[chip-tool] Add missing RemoteDataModelLogger::LogEventAsJson call (#24782)
1 parent aaf9490 commit 4425558

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/chip-tool/commands/clusters/ReportCommand.h

+2
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ class ReportCommand : public InteractionModelReports, public ModelCommand, publi
8585
return;
8686
}
8787

88+
ReturnOnFailure(RemoteDataModelLogger::LogEventAsJSON(eventHeader, data));
89+
8890
CHIP_ERROR error = DataModelLogger::LogEvent(eventHeader, data);
8991
if (CHIP_NO_ERROR != error)
9092
{

0 commit comments

Comments
 (0)