You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DiagnosticLogs: Add CHIP_ERROR Parameter to Reset and EndLogCollection Methods (project-chip#36775)
* BDX: update reset and endLogCollection to distinguish success and failure cases
* diagnostic-logs-cluster: make changes backword compatible
* diagnostic-logs-cluster: remove default parameter from Reset() method
* diagnostic-logs-delegate: Add default implementation for EndLogCollection overload
- Provides a default implementation for the EndLogCollection method with an additional error parameter.
- This ensures backward compatibility, reduces the need for overriding in derived classes, and supports scenarios requiring context for log collection termination.
* diagnostic-logs-delegate: Add default implementation for EndLogCollection
- The one-argument EndLogCollection method is retained for backward compatibility.
- The new two-argument overloaded EndLogCollection method will serve as the primary
method to be implemented in delegates.
* fix: remove unnecessary chip log statements
* BDX: modify EndLogCollection parameter for internal log end requests
0 commit comments