I am currently working on the Matter certification for the light_bulb sample project, where I have integrated the Diagnostic Logs snippet during compilation. However, during the execution of TC-DLOG-2.1, Step 2, I encountered an issue when the Test Harness (TH) sends a RetrieveLogsRequest command to the Device Under Test (DUT).
Instead of receiving a valid RetrieveLogsResponse, the DUT returns a response with the status "Exhausted". This behavior causes the test case to fail, as the expected logs are not retrieved successfully.
Below is the relevant log from the TH tool for your reference:
Could you please provide guidance on how to resolve this issue?