Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve discovery logging a bit. #21056

Merged
merged 2 commits into from
Jul 21, 2022

Conversation

bzbarsky-apple
Copy link
Contributor

  1. In shared "platform" discovery code, log when we discovered an operational id
    or a commissionable instance and what the TXT records were.
  2. In Darwin code, do Discovery, not DeviceLayer logging and improve some of the
    log messages.

The intent is to make it a little clearer on failure where in the pipeline
things stop propagating information.

Problem

Can't tell whether we never got "all" addresses or whether consumer just ignored the result.

Change overview

Log when we plan to notify the consumer.

Testing

Ran chip-tool, saw the updated logs.

1) In shared "platform" discovery code, log when we discovered an operational id
   or a commissionable instance and what the TXT records were.
2) In Darwin code, do Discovery, not DeviceLayer logging and improve some of the
   log messages.

The intent is to make it a little clearer on failure where in the pipeline
things stop propagating information.
src/lib/dnssd/Discovery_ImplPlatform.cpp Outdated Show resolved Hide resolved
src/lib/dnssd/Discovery_ImplPlatform.cpp Outdated Show resolved Hide resolved
@woody-apple woody-apple enabled auto-merge (squash) July 21, 2022 16:10
@github-actions
Copy link

github-actions bot commented Jul 21, 2022

PR #21056: Size comparison from 83deb47 to 2988a60

Increases (13 builds for cc13x2_26x2, cyw30739, efr32, esp32, nrfconnect, telink)
platform target config section 83deb47 2988a60 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 169964 169972 8 0.0
pump-app LP_CC2652R7 (read only) 680579 680775 196 0.0
.rodata 88811 88911 100 0.1
.text 591284 591380 96 0.0
pump-controller-app LP_CC2652R7 (read only) 666355 666551 196 0.0
.rodata 84667 84767 100 0.1
.text 581208 581304 96 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 587958 587966 8 0.0
.app_xip_area 461620 461628 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 585430 585622 192 0.0
.app_xip_area 464668 464860 192 0.0
efr32 lighting-app BRD4161A (read/write) 1086760 1086956 196 0.0
.text 951472 951668 196 0.0
BRD4161A+rpc (read/write) 1141036 1141228 192 0.0
.text 988860 989056 196 0.0
window-app BRD4161A (read/write) 1080236 1080436 200 0.0
.text 943448 943644 196 0.0
esp32 all-clusters-app c3devkit (read only) 1021930 1021932 2 0.0
.flash.text 1021930 1021932 2 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176383 1176571 188 0.0
rodata 142200 142292 92 0.1
text 812248 812340 92 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156447 1156639 192 0.0
rodata 133744 133840 96 0.1
text 801564 801660 96 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798860 799048 188 0.0
text 566826 566918 92 0.0
lighting-app tlsr9518adk80d (read/write) 818908 819096 188 0.0
text 583370 583464 94 0.0
Decreases (3 builds for cc13x2_26x2)
platform target config section 83deb47 2988a60 change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 671555 671547 -8 -0.0
.text 594632 594624 -8 -0.0
pump-app LP_CC2652R7 (read/write) 161796 161600 -196 -0.1
pump-controller-app LP_CC2652R7 (read/write) 176140 175944 -196 -0.1
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 83deb47 2988a60 change % change
bl602 lighting-app bl602 (read/write) 1380794 1380794 0 0.0
.bss 117474 117474 0 0.0
.data 4480 4480 0 0.0
.text 1050932 1050932 0 0.0
bl602+rpc (read/write) 1426202 1426202 0 0.0
.bss 124922 124922 0 0.0
.data 4600 4600 0 0.0
.text 1082588 1082588 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668327 668327 0 0.0
(read/write) 183016 183016 0 0.0
.bss 74236 74236 0 0.0
.data 3356 3356 0 0.0
.rodata 88311 88311 0 0.0
.text 579700 579700 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 633943 633943 0 0.0
(read/write) 157804 157804 0 0.0
.bss 73532 73532 0 0.0
.data 3356 3356 0 0.0
.rodata 77551 77551 0 0.0
.text 556068 556068 0 0.0
lock-ftd LP_CC2652R7 (read only) 671555 671547 -8 -0.0
(read/write) 169964 169972 8 0.0
.bss 71300 71300 0 0.0
.data 3280 3280 0 0.0
.rodata 76443 76443 0 0.0
.text 594632 594624 -8 -0.0
lock-mtd LP_CC2652R7 (read only) 653839 653839 0 0.0
(read/write) 183368 183368 0 0.0
.bss 66988 66988 0 0.0
.data 3280 3280 0 0.0
.rodata 101183 101183 0 0.0
.text 552176 552176 0 0.0
pump-app LP_CC2652R7 (read only) 680579 680775 196 0.0
(read/write) 161796 161600 -196 -0.1
.bss 71388 71388 0 0.0
.data 3280 3280 0 0.0
.rodata 88811 88911 100 0.1
.text 591284 591380 96 0.0
pump-controller-app LP_CC2652R7 (read only) 666355 666551 196 0.0
(read/write) 176140 175944 -196 -0.1
.bss 71508 71508 0 0.0
.data 3276 3276 0 0.0
.rodata 84667 84767 100 0.1
.text 581208 581304 96 0.0
shell LP_CC2652R7 (read only) 660810 660810 0 0.0
(read/write) 186036 186036 0 0.0
.bss 76540 76540 0 0.0
.data 3360 3360 0 0.0
.rodata 85090 85090 0 0.0
.text 575404 575404 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 582050 582050 0 0.0
.app_xip_area 460440 460440 0 0.0
.bss 64404 64404 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587958 587966 8 0.0
.app_xip_area 461620 461628 8 0.0
.bss 69132 69132 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 585430 585622 192 0.0
.app_xip_area 464668 464860 192 0.0
.bss 63612 63612 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1086760 1086956 196 0.0
.bss 133220 133220 0 0.0
.data 2048 2048 0 0.0
.text 951472 951668 196 0.0
BRD4161A+rpc (read/write) 1141036 1141228 192 0.0
.bss 149892 149892 0 0.0
.data 2260 2260 0 0.0
.text 988860 989056 196 0.0
BRD4161A+rs911x (read/write) 972716 972716 0 0.0
.bss 161664 161664 0 0.0
.data 2048 2048 0 0.0
.text 808984 808984 0 0.0
lock-app BRD4161A+wf200 (read/write) 1128224 1128224 0 0.0
.bss 144304 144304 0 0.0
.data 2056 2056 0 0.0
.text 981844 981844 0 0.0
window-app BRD4161A (read/write) 1080236 1080436 200 0.0
.bss 134692 134692 0 0.0
.data 2076 2076 0 0.0
.text 943448 943644 196 0.0
esp32 all-clusters-app c3devkit (read only) 1021930 1021932 2 0.0
(read/write) 1486282 1486282 0 0.0
.dram0.bss 70232 70232 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216008 216008 0 0.0
.flash.text 1021930 1021932 2 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1075691 1075691 0 0.0
(read/write) 488304 488304 0 0.0
.dram0.bss 75752 75752 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246412 246412 0 0.0
.flash.text 1070307 1070307 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 660784 660784 0 0.0
.bss 69668 69668 0 0.0
.data 1992 1992 0 0.0
.text 583324 583324 0 0.0
lock k32w061+release (read/write) 687788 687788 0 0.0
.bss 70140 70140 0 0.0
.data 2004 2004 0 0.0
.text 609844 609844 0 0.0
linux all-clusters-app debug (read only) 2981121 2981121 0 0.0
(read/write) 155344 155344 0 0.0
.bss 61792 61792 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 85224 85224 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 265707 265707 0 0.0
.text 2537298 2537298 0 0.0
all-clusters-minimal-app debug (read only) 2827073 2827073 0 0.0
(read/write) 147016 147016 0 0.0
.bss 60992 60992 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 77784 77784 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 266603 266603 0 0.0
.text 2385010 2385010 0 0.0
bridge-app debug+rpc (read only) 2327281 2327281 0 0.0
(read/write) 125832 125832 0 0.0
.bss 49088 49088 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 67160 67160 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 199112 199112 0 0.0
.text 1966002 1966002 0 0.0
chip-tool debug (read only) 10350497 10350497 0 0.0
(read/write) 631912 631912 0 0.0
.bss 24760 24760 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 597480 597480 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 521525 521525 0 0.0
.text 8375380 8375380 0 0.0
chip-tool-ipv6only arm64 (read only) 9774108 9774108 0 0.0
(read/write) 679441 679441 0 0.0
.bss 32833 32833 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 624824 624824 0 0.0
.dynamic 560 560 0 0.0
.got 13552 13552 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 457340 457340 0 0.0
.text 7732372 7732372 0 0.0
lighting-app debug+rpc (read only) 2564897 2564897 0 0.0
(read/write) 129888 129888 0 0.0
.bss 49632 49632 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72296 72296 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 214896 214896 0 0.0
.text 2179602 2179602 0 0.0
lock-app debug (read only) 2529921 2529921 0 0.0
(read/write) 124872 124872 0 0.0
.bss 48032 48032 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69272 69272 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 229936 229936 0 0.0
.text 2134386 2134386 0 0.0
ota-provider-app debug (read only) 2333505 2333505 0 0.0
(read/write) 118672 118672 0 0.0
.bss 47680 47680 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63256 63256 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 204728 204728 0 0.0
.text 1965570 1965570 0 0.0
ota-requestor-app debug (read only) 2451961 2451961 0 0.0
(read/write) 125576 125576 0 0.0
.bss 50016 50016 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 67480 67480 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 208448 208448 0 0.0
.text 2071906 2071906 0 0.0
shell debug (read only) 2567729 2567729 0 0.0
(read/write) 141400 141400 0 0.0
.bss 57608 57608 0 0.0
.data 1248 1248 0 0.0
.data.rel.ro 76856 76856 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 229010 229010 0 0.0
.text 2181186 2181186 0 0.0
thermostat-no-ble arm64 (read only) 2341476 2341476 0 0.0
(read/write) 141265 141265 0 0.0
.bss 55233 55233 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75616 75616 0 0.0
.dynamic 560 560 0 0.0
.got 4984 4984 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 139420 139420 0 0.0
.text 1965248 1965248 0 0.0
tv-app debug (read only) 3115497 3115497 0 0.0
(read/write) 257024 257024 0 0.0
.bss 167064 167064 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 78792 78792 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 250408 250408 0 0.0
.text 2676690 2676690 0 0.0
tv-casting-app debug (read only) 5369113 5369113 0 0.0
(read/write) 158328 158328 0 0.0
.bss 51256 51256 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98352 98352 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 334561 334561 0 0.0
.text 4768050 4768050 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2449032 2449032 0 0.0
.bss 214444 214444 0 0.0
.data 5872 5872 0 0.0
.text 1411676 1411676 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176383 1176571 188 0.0
bss 143068 143068 0 0.0
rodata 142200 142292 92 0.1
text 812248 812340 92 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156447 1156639 192 0.0
bss 142304 142304 0 0.0
rodata 133744 133840 96 0.1
text 801564 801660 96 0.0
p6 all-clusters-app default (read only) 881632 881632 0 0.0
(read/write) 1686428 1686428 0 0.0
.bss 149064 149064 0 0.0
.data 2648 2648 0 0.0
.text 1526328 1526328 0 0.0
all-clusters-minimal-app default (read only) 882352 882352 0 0.0
(read/write) 1630540 1630540 0 0.0
.bss 148344 148344 0 0.0
.data 2648 2648 0 0.0
.text 1471160 1471160 0 0.0
light-app default (read only) 890656 890656 0 0.0
(read/write) 1550780 1550780 0 0.0
.bss 140248 140248 0 0.0
.data 2440 2440 0 0.0
.text 1399704 1399704 0 0.0
lock-app default (read only) 886184 886184 0 0.0
(read/write) 1588372 1588372 0 0.0
.bss 144704 144704 0 0.0
.data 2456 2456 0 0.0
.text 1432824 1432824 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798860 799048 188 0.0
bss 70744 70744 0 0.0
noinit 40416 40416 0 0.0
text 566826 566918 92 0.0
lighting-app tlsr9518adk80d (read/write) 818908 819096 188 0.0
bss 71588 71588 0 0.0
noinit 40416 40416 0 0.0
text 583370 583464 94 0.0

@github-actions
Copy link

github-actions bot commented Jul 21, 2022

PR #21056: Size comparison from 83deb47 to 3684a3f

Increases above 0.2%:

platform target config section 83deb47 3684a3f change % change
cc13x2_26x2 pump-app LP_CC2652R7 .rodata 88811 89039 228 0.3
pump-controller-app LP_CC2652R7 .rodata 84667 84895 228 0.3
linux bridge-app debug+rpc (read only) 2327281 2341705 14424 0.6
(read/write) 125832 126920 1088 0.9
.bss 49088 50080 992 2.0
.text 1966002 1980210 14208 0.7
Increases (23 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, nrfconnect, telink)
platform target config section 83deb47 3684a3f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668327 668367 40 0.0
.text 579700 579740 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 633943 633983 40 0.0
.text 556068 556108 40 0.0
lock-ftd LP_CC2652R7 (read only) 671555 671579 24 0.0
.text 594632 594656 24 0.0
lock-mtd LP_CC2652R7 (read only) 653839 653871 32 0.0
.text 552176 552208 32 0.0
pump-app LP_CC2652R7 (read only) 680579 681087 508 0.1
.rodata 88811 89039 228 0.3
.text 591284 591564 280 0.0
pump-controller-app LP_CC2652R7 (read only) 666355 666863 508 0.1
.rodata 84667 84895 228 0.3
.text 581208 581488 280 0.0
shell LP_CC2652R7 (read only) 660810 660850 40 0.0
.text 575404 575444 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 582050 582082 32 0.0
.app_xip_area 460440 460472 32 0.0
lock cyw930739m2evb_01 (read/write) 587958 587998 40 0.0
.app_xip_area 461620 461660 40 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 585430 586286 856 0.1
.app_xip_area 464668 465524 856 0.2
efr32 lighting-app BRD4161A (read/write) 1086760 1087488 728 0.1
.text 951472 952200 728 0.1
BRD4161A+rpc (read/write) 1141036 1141780 744 0.1
.text 988860 989604 744 0.1
window-app BRD4161A (read/write) 1080236 1080980 744 0.1
.text 943448 944192 744 0.1
k32w light k32w061+release (read/write) 660784 660816 32 0.0
.text 583324 583356 32 0.0
lock k32w061+release (read/write) 687788 687820 32 0.0
.text 609844 609876 32 0.0
linux bridge-app debug+rpc (read only) 2327281 2341705 14424 0.6
(read/write) 125832 126920 1088 0.9
.bss 49088 50080 992 2.0
.data.rel.ro 67160 67240 80 0.1
.rodata 199112 199208 96 0.0
.text 1966002 1980210 14208 0.7
chip-tool debug (read only) 10350497 10350657 160 0.0
.rodata 521525 521621 96 0.0
.text 8375380 8375444 64 0.0
chip-tool-ipv6only arm64 (read only) 9774108 9774188 80 0.0
.rodata 457340 457372 32 0.0
.text 7732372 7732420 48 0.0
tv-casting-app debug (read only) 5369113 5369209 96 0.0
.rodata 334561 334593 32 0.0
.text 4768050 4768114 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176383 1176915 532 0.0
rodata 142200 142428 228 0.2
text 812248 812548 300 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156447 1156979 532 0.0
rodata 133744 133972 228 0.2
text 801564 801864 300 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798860 799468 608 0.1
text 566826 567186 360 0.1
lighting-app tlsr9518adk80d (read/write) 818908 819516 608 0.1
text 583370 583730 360 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section 83deb47 3684a3f change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 183016 182976 -40 -0.0
lock-ftd LP_CC2652R7 (read/write) 169964 169940 -24 -0.0
lock-mtd LP_CC2652R7 (read/write) 183368 183336 -32 -0.0
pump-app LP_CC2652R7 (read/write) 161796 161288 -508 -0.3
pump-controller-app LP_CC2652R7 (read/write) 176140 175632 -508 -0.3
shell LP_CC2652R7 (read/write) 186036 185996 -40 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 83deb47 3684a3f change % change
bl602 lighting-app bl602 (read/write) 1380794 1380794 0 0.0
.bss 117474 117474 0 0.0
.data 4480 4480 0 0.0
.text 1050932 1050932 0 0.0
bl602+rpc (read/write) 1426202 1426202 0 0.0
.bss 124922 124922 0 0.0
.data 4600 4600 0 0.0
.text 1082588 1082588 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668327 668367 40 0.0
(read/write) 183016 182976 -40 -0.0
.bss 74236 74236 0 0.0
.data 3356 3356 0 0.0
.rodata 88311 88311 0 0.0
.text 579700 579740 40 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 633943 633983 40 0.0
(read/write) 157804 157804 0 0.0
.bss 73532 73532 0 0.0
.data 3356 3356 0 0.0
.rodata 77551 77551 0 0.0
.text 556068 556108 40 0.0
lock-ftd LP_CC2652R7 (read only) 671555 671579 24 0.0
(read/write) 169964 169940 -24 -0.0
.bss 71300 71300 0 0.0
.data 3280 3280 0 0.0
.rodata 76443 76443 0 0.0
.text 594632 594656 24 0.0
lock-mtd LP_CC2652R7 (read only) 653839 653871 32 0.0
(read/write) 183368 183336 -32 -0.0
.bss 66988 66988 0 0.0
.data 3280 3280 0 0.0
.rodata 101183 101183 0 0.0
.text 552176 552208 32 0.0
pump-app LP_CC2652R7 (read only) 680579 681087 508 0.1
(read/write) 161796 161288 -508 -0.3
.bss 71388 71388 0 0.0
.data 3280 3280 0 0.0
.rodata 88811 89039 228 0.3
.text 591284 591564 280 0.0
pump-controller-app LP_CC2652R7 (read only) 666355 666863 508 0.1
(read/write) 176140 175632 -508 -0.3
.bss 71508 71508 0 0.0
.data 3276 3276 0 0.0
.rodata 84667 84895 228 0.3
.text 581208 581488 280 0.0
shell LP_CC2652R7 (read only) 660810 660850 40 0.0
(read/write) 186036 185996 -40 -0.0
.bss 76540 76540 0 0.0
.data 3360 3360 0 0.0
.rodata 85090 85090 0 0.0
.text 575404 575444 40 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 582050 582082 32 0.0
.app_xip_area 460440 460472 32 0.0
.bss 64404 64404 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 587958 587998 40 0.0
.app_xip_area 461620 461660 40 0.0
.bss 69132 69132 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 585430 586286 856 0.1
.app_xip_area 464668 465524 856 0.2
.bss 63612 63612 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1086760 1087488 728 0.1
.bss 133220 133220 0 0.0
.data 2048 2048 0 0.0
.text 951472 952200 728 0.1
BRD4161A+rpc (read/write) 1141036 1141780 744 0.1
.bss 149892 149892 0 0.0
.data 2260 2260 0 0.0
.text 988860 989604 744 0.1
BRD4161A+rs911x (read/write) 972716 972716 0 0.0
.bss 161664 161664 0 0.0
.data 2048 2048 0 0.0
.text 808984 808984 0 0.0
lock-app BRD4161A+wf200 (read/write) 1128224 1128224 0 0.0
.bss 144304 144304 0 0.0
.data 2056 2056 0 0.0
.text 981844 981844 0 0.0
window-app BRD4161A (read/write) 1080236 1080980 744 0.1
.bss 134692 134692 0 0.0
.data 2076 2076 0 0.0
.text 943448 944192 744 0.1
esp32 all-clusters-app c3devkit (read only) 1021930 1021930 0 0.0
(read/write) 1486282 1486282 0 0.0
.dram0.bss 70232 70232 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 216008 216008 0 0.0
.flash.text 1021930 1021930 0 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1075691 1075691 0 0.0
(read/write) 488304 488304 0 0.0
.dram0.bss 75752 75752 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246412 246412 0 0.0
.flash.text 1070307 1070307 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 660784 660816 32 0.0
.bss 69668 69668 0 0.0
.data 1992 1992 0 0.0
.text 583324 583356 32 0.0
lock k32w061+release (read/write) 687788 687820 32 0.0
.bss 70140 70140 0 0.0
.data 2004 2004 0 0.0
.text 609844 609876 32 0.0
linux all-clusters-app debug (read only) 2981121 2981121 0 0.0
(read/write) 155344 155344 0 0.0
.bss 61792 61792 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 85224 85224 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 265707 265707 0 0.0
.text 2537298 2537298 0 0.0
all-clusters-minimal-app debug (read only) 2827073 2827073 0 0.0
(read/write) 147016 147016 0 0.0
.bss 60992 60992 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 77784 77784 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 266603 266603 0 0.0
.text 2385010 2385010 0 0.0
bridge-app debug+rpc (read only) 2327281 2341705 14424 0.6
(read/write) 125832 126920 1088 0.9
.bss 49088 50080 992 2.0
.data 3824 3824 0 0.0
.data.rel.ro 67160 67240 80 0.1
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 199112 199208 96 0.0
.text 1966002 1980210 14208 0.7
chip-tool debug (read only) 10350497 10350657 160 0.0
(read/write) 631912 631912 0 0.0
.bss 24760 24760 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 597480 597480 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 648 648 0 0.0
.rodata 521525 521621 96 0.0
.text 8375380 8375444 64 0.0
chip-tool-ipv6only arm64 (read only) 9774108 9774188 80 0.0
(read/write) 679441 679441 0 0.0
.bss 32833 32833 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 624824 624824 0 0.0
.dynamic 560 560 0 0.0
.got 13552 13552 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 457340 457372 32 0.0
.text 7732372 7732420 48 0.0
lighting-app debug+rpc (read only) 2564897 2564897 0 0.0
(read/write) 129888 129888 0 0.0
.bss 49632 49632 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72296 72296 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 214896 214896 0 0.0
.text 2179602 2179602 0 0.0
lock-app debug (read only) 2529921 2529921 0 0.0
(read/write) 124872 124872 0 0.0
.bss 48032 48032 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69272 69272 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 229936 229936 0 0.0
.text 2134386 2134386 0 0.0
ota-provider-app debug (read only) 2333505 2333505 0 0.0
(read/write) 118672 118672 0 0.0
.bss 47680 47680 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63256 63256 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 204728 204728 0 0.0
.text 1965570 1965570 0 0.0
ota-requestor-app debug (read only) 2451961 2451961 0 0.0
(read/write) 125576 125576 0 0.0
.bss 50016 50016 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 67480 67480 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 208448 208448 0 0.0
.text 2071906 2071906 0 0.0
shell debug (read only) 2567729 2567729 0 0.0
(read/write) 141400 141400 0 0.0
.bss 57608 57608 0 0.0
.data 1248 1248 0 0.0
.data.rel.ro 76856 76856 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 229010 229010 0 0.0
.text 2181186 2181186 0 0.0
thermostat-no-ble arm64 (read only) 2341476 2341476 0 0.0
(read/write) 141265 141265 0 0.0
.bss 55233 55233 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75616 75616 0 0.0
.dynamic 560 560 0 0.0
.got 4984 4984 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 139420 139420 0 0.0
.text 1965248 1965248 0 0.0
tv-app debug (read only) 3115497 3115497 0 0.0
(read/write) 257024 257024 0 0.0
.bss 167064 167064 0 0.0
.data 4736 4736 0 0.0
.data.rel.ro 78792 78792 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 250408 250408 0 0.0
.text 2676690 2676690 0 0.0
tv-casting-app debug (read only) 5369113 5369209 96 0.0
(read/write) 158328 158328 0 0.0
.bss 51256 51256 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 98352 98352 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 334561 334593 32 0.0
.text 4768050 4768114 64 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2449032 2449032 0 0.0
.bss 214444 214444 0 0.0
.data 5872 5872 0 0.0
.text 1411676 1411676 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176383 1176915 532 0.0
bss 143068 143068 0 0.0
rodata 142200 142428 228 0.2
text 812248 812548 300 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156447 1156979 532 0.0
bss 142304 142304 0 0.0
rodata 133744 133972 228 0.2
text 801564 801864 300 0.0
p6 all-clusters-app default (read only) 881632 881632 0 0.0
(read/write) 1686428 1686428 0 0.0
.bss 149064 149064 0 0.0
.data 2648 2648 0 0.0
.text 1526328 1526328 0 0.0
all-clusters-minimal-app default (read only) 882352 882352 0 0.0
(read/write) 1630540 1630540 0 0.0
.bss 148344 148344 0 0.0
.data 2648 2648 0 0.0
.text 1471160 1471160 0 0.0
light-app default (read only) 890656 890656 0 0.0
(read/write) 1550780 1550780 0 0.0
.bss 140248 140248 0 0.0
.data 2440 2440 0 0.0
.text 1399704 1399704 0 0.0
lock-app default (read only) 886184 886184 0 0.0
(read/write) 1588372 1588372 0 0.0
.bss 144704 144704 0 0.0
.data 2456 2456 0 0.0
.text 1432824 1432824 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798860 799468 608 0.1
bss 70744 70744 0 0.0
noinit 40416 40416 0 0.0
text 566826 567186 360 0.1
lighting-app tlsr9518adk80d (read/write) 818908 819516 608 0.1
bss 71588 71588 0 0.0
noinit 40416 40416 0 0.0
text 583370 583730 360 0.1

@woody-apple woody-apple merged commit 4ce818e into project-chip:master Jul 21, 2022
github-actions bot pushed a commit that referenced this pull request Jul 21, 2022
1) In shared "platform" discovery code, log when we discovered an operational id
   or a commissionable instance and what the TXT records were.
2) In Darwin code, do Discovery, not DeviceLayer logging and improve some of the
   log messages.

The intent is to make it a little clearer on failure where in the pipeline
things stop propagating information.
@bzbarsky-apple bzbarsky-apple deleted the better-mdns-logging branch July 21, 2022 21:31
woody-apple added a commit that referenced this pull request Jul 21, 2022
1) In shared "platform" discovery code, log when we discovered an operational id
   or a commissionable instance and what the TXT records were.
2) In Darwin code, do Discovery, not DeviceLayer logging and improve some of the
   log messages.

The intent is to make it a little clearer on failure where in the pipeline
things stop propagating information.

Co-authored-by: Boris Zbarsky <[email protected]>
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
1) In shared "platform" discovery code, log when we discovered an operational id
   or a commissionable instance and what the TXT records were.
2) In Darwin code, do Discovery, not DeviceLayer logging and improve some of the
   log messages.

The intent is to make it a little clearer on failure where in the pipeline
things stop propagating information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants