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
Replace usages of emberPrintln with ChipLogProgress calls (#27035)
* Replace debug print calls via:
```
rg emberAfPrintln src examples --files-with-matches | xargs sd 'emberAfPrintln\(EMBER_AF_PRINT_DEBUG, ("[^)]*\);)' 'ChipLogDetail($1'
```
* Replace one more missing bit
* Remove all references of debug-printing or ember-print
* Add Zcl as a log source for various files
* remove one more unused file
* Replace detail log with zcl
* Replace emberAfDoorLockClusterPrintln
* Replace all the other printlns
* Ran clang-format
* Remove usage of emberAfAttributesFlush as it was defined as empty before
* Port emberAfPrintBuffer into attribute-table
* Fix typo in replacement of logs
* Restyled by whitespace
* Restyled by clang-format
* Update the print calls to log as well, not just println
* clang-format
* Restyled by clang-format
* zap regen
* emberAfprintAttributeTable was never used. Removing
* Removed one more unused method
---------
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
0 commit comments