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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Fix several typos and grammatical mistakes
- Normalize command logging to be done in Data Management layer
- Remove generated logging in im-cluster-command-handler.zapt since
it duplicates logging that can be done one level lower (and is
always done anyway)
- Add more details to command responses with status
- Remove nuisance log of `AttributePath is not interested` that was not
actionable or useful
Size increase report for "gn_qpg-example-build" from 9fa4b3f
File
Section
File
VM
chip-qpg6100-lighting-example.out
.text
-8
-8
Full report output
BLOAT REPORT
Files found only in the build output:
report.csv
Comparing ./master_artifact/chip-qpg6100-lighting-example.out and ./pull_artifact/chip-qpg6100-lighting-example.out:
sections,vmsize,filesize
[Unmapped],0,8
.debug_line,0,2
.debug_str,0,2
.text,-8,-8
Comparing ./master_artifact/chip-qpg6100-lighting-example.out.map and ./pull_artifact/chip-qpg6100-lighting-example.out.map:
BLOAT EXECUTION FAILED WITH CODE 1:
bloaty: unknown file type for file './pull_artifact/chip-qpg6100-lighting-example.out.map'
Size increase report for "nrfconnect-example-build" from 9fa4b3f
File
Section
File
VM
chip-lock.elf
text
4
4
chip-lock.elf
device_handles
-4
-4
chip-lock.elf
rodata
-8
-8
Full report output
BLOAT REPORT
Files found only in the build output:
report.csv
Comparing ./master_artifact/chip-shell.elf and ./pull_artifact/chip-shell.elf:
sections,vmsize,filesize
Comparing ./master_artifact/chip-lock.elf and ./pull_artifact/chip-lock.elf:
sections,vmsize,filesize
text,4,4
.debug_frame,0,-4
device_handles,-4,-4
rodata,-8,-8
.debug_line,0,-24
.symtab,0,-32
.debug_info,0,-64
.debug_loc,0,-68
Size increase report for "esp32-example-build" from 9fa4b3f
File
Section
File
VM
chip-all-clusters-app.elf
.flash.text
-4
-4
Full report output
BLOAT REPORT
Files found only in the build output:
report.csv
Comparing ./master_artifact/chip-all-clusters-app.elf and ./pull_artifact/chip-all-clusters-app.elf:
sections,vmsize,filesize
[Unmapped],0,4
.riscv.attributes,0,1
.debug_frame,0,-4
.flash.text,-4,-4
.debug_loc,0,-23
.debug_info,0,-65
.debug_line,0,-201
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
or command handling
AttributePath is not interested
is not needed, and not actionable, yet very commonChange overview
it duplicates logging that can be done one level lower (and is
always done anyway)
AttributePath is not interested
that was notactionable or useful
Testing