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

Fix lint warning releated to potential leak #29715

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

mspang
Copy link
Contributor

@mspang mspang commented Oct 11, 2023

NsdManagerServiceBrowser.java:51: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing context to context.getApplicationContext() [WifiManagerPotentialLeak]

Apply the recommendation from this check.

NsdManagerServiceBrowser.java:51: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing context to context.getApplicationContext() [WifiManagerPotentialLeak]

Apply the recommendation from this check.
@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29715: Size comparison from fd925e4 to 1e2e655

Decreases (1 build for telink)
platform target config section fd925e4 1e2e655 change % change
telink thermostat tlsr9518adk80d text 593384 593382 -2 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section fd925e4 1e2e655 change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192475 1192475 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1546450 1546450 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507276 507276 0 0.0
.debug_info 41948690 41948690 0 0.0
.debug_line 5366011 5366011 0 0.0
.debug_loc 3646581 3646581 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959808 959808 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203035 1203035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548545 1548545 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512348 512348 0 0.0
.debug_info 41989106 41989106 0 0.0
.debug_line 5405367 5405367 0 0.0
.debug_loc 3684998 3684998 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971322 971322 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291147 1291147 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1727411 1727411 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536632 536632 0 0.0
.debug_info 47109578 47109578 0 0.0
.debug_line 5783915 5783915 0 0.0
.debug_loc 3853786 3853786 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033786 1033786 0 0.0
bl706-eth (read/write) 1040707 1040707 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081860 1081860 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426408 426408 0 0.0
.debug_info 22584249 22584249 0 0.0
.debug_line 4296814 4296814 0 0.0
.debug_loc 3155306 3155306 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784936 784936 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205938 1205938 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174701 1174701 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619068 619068 0 0.0
.debug_info 23753186 23753186 0 0.0
.debug_line 4541356 4541356 0 0.0
.debug_loc 3255220 3255220 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953588 953588 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155404 1155404 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540717 1540717 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487916 487916 0 0.0
.debug_info 41405741 41405741 0 0.0
.debug_line 5268990 5268990 0 0.0
.debug_loc 3590644 3590644 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542827 1542827 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492984 492984 0 0.0
.debug_info 41448200 41448200 0 0.0
.debug_line 5308223 5308223 0 0.0
.debug_loc 3629061 3629061 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734587 734587 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84223 84223 0 0.0
.text 649976 649976 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756131 756131 0 0.0
(read/write) 176692 176692 0 0.0
.bss 99076 99076 0 0.0
.data 3436 3436 0 0.0
.rodata 79863 79863 0 0.0
.text 675876 675876 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743619 743619 0 0.0
(read/write) 171172 171172 0 0.0
.bss 93556 93556 0 0.0
.data 3436 3436 0 0.0
.rodata 105951 105951 0 0.0
.text 637276 637276 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694651 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680323 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 603992 603992 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617306 617306 0 0.0
(read/write) 206884 206884 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200328 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 935435 935435 0 0.0
.debug_aranges 109000 109000 0 0.0
.debug_frame 367320 367320 0 0.0
.debug_info 20543009 20543009 0 0.0
.debug_line 2655792 2655792 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635660 1635660 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112211 0 0.0
.debug_str 3441583 3441583 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515592 515592 0 0.0
.symtab 298448 298448 0 0.0
.text 509020 509020 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551839 0 0.0
.app_xip_area 443041 443041 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 537943 0 0.0
.app_xip_area 424353 424353 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573639 573639 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549695 549695 0 0.0
.app_xip_area 439137 439137 0 0.0
.bss 65504 65504 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1006420 0 0.0
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 831772 831772 0 0.0
BRD4187C (read/write) 1088756 1088756 0 0.0
.bss 196056 196056 0 0.0
.data 3272 3272 0 0.0
.text 889408 889408 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103644 1103644 0 0.0
.bss 186620 186620 0 0.0
.data 2700 2700 0 0.0
.text 914304 914304 0 0.0
window-app BRD4187C (read/write) 1124056 1124056 0 0.0
.bss 168456 168456 0 0.0
.data 3144 3144 0 0.0
.text 952436 952436 0 0.0
esp32 all-clusters-app c3devkit (read only) 1162194 1162194 0 0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162194 1162194 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205147 1205147 0 0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1199763 1199763 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87500 87500 0 0.0
.bss 70744 70744 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683932 683932 0 0.0
.bss 66960 66960 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775776 0 0.0
.bss 76620 76620 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5494417 5494417 0 0.0
(read/write) 420616 420616 0 0.0
.bss 130384 130384 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335340 335340 0 0.0
.text 4778115 4778115 0 0.0
all-clusters-minimal-app debug (read only) 4873833 4873833 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270045 270045 0 0.0
.text 4372675 4372675 0 0.0
bridge-app debug (read only) 4356577 4356577 0 0.0
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3920931 3920931 0 0.0
chip-tool debug (read only) 10230273 10230273 0 0.0
(read/write) 443544 443544 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385961 385961 0 0.0
.text 9246259 9246259 0 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10102540 0 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9021096 9021096 0 0.0
lighting-app debug+rpc+ui (read only) 5213585 5213585 0 0.0
(read/write) 222984 222984 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336116 336116 0 0.0
.text 4634243 4634243 0 0.0
lock-app debug (read only) 4450177 4450177 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246557 246557 0 0.0
.text 3994003 3994003 0 0.0
ota-provider-app debug (read only) 4116129 4116129 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199741 199741 0 0.0
.text 3725827 3725827 0 0.0
ota-requestor-app debug (read only) 4201561 4201561 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203005 203005 0 0.0
.text 3803667 3803667 0 0.0
shell debug (read only) 2899977 2899977 0 0.0
(read/write) 153184 153184 0 0.0
.bss 60904 60904 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211008 211008 0 0.0
.text 2515506 2515506 0 0.0
thermostat-no-ble arm64 (read only) 4345284 4345284 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3849848 3849848 0 0.0
tv-app debug (read only) 5276577 5276577 0 0.0
(read/write) 350664 350664 0 0.0
.bss 241856 241856 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4761699 4761699 0 0.0
tv-casting-app debug (read only) 8160769 8160769 0 0.0
(read/write) 313224 313224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 335896 335896 0 0.0
.text 7422467 7422467 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219056 219056 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227744 1227744 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 851536 851536 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347328 1347328 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779236 779236 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160140 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813528 813528 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837584 0 0.0
(read/write) 1778180 1778180 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193228 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2528 2528 0 0.0
.debug_abbrev 1378125 1378125 0 0.0
.debug_aranges 145704 145704 0 0.0
.debug_frame 483100 483100 0 0.0
.debug_info 32110079 32110079 0 0.0
.debug_line 4036846 4036846 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2318522 2318522 0 0.0
.debug_rnglists 156114 156114 0 0.0
.debug_str 4195459 4195459 0 0.0
.heap 837584 837584 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 844417 844417 0 0.0
.symtab 513904 513904 0 0.0
.text 0 0 0 0.0
1574036 1574036 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680660 1680660 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1259448 1259448 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461528 461528 0 0.0
.debug_info 28460158 28460158 0 0.0
.debug_line 3796956 3796956 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191898 2191898 0 0.0
.debug_rnglists 147681 147681 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741233 741233 0 0.0
.symtab 474720 474720 0 0.0
.text 1479092 1479092 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607068 1607068 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184484 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100823 1100823 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424460 424460 0 0.0
.debug_info 23590569 23590569 0 0.0
.debug_line 3372269 3372269 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028622 2028622 0 0.0
.debug_rnglists 137233 137233 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654325 654325 0 0.0
.symtab 436176 436176 0 0.0
.text 1411836 1411836 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819240 819240 0 0.0
(read/write) 1640052 1640052 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211732 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1092952 1092952 0 0.0
.debug_aranges 126200 126200 0 0.0
.debug_frame 419488 419488 0 0.0
.debug_info 23393003 23393003 0 0.0
.debug_line 3323022 3323022 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2004023 2004023 0 0.0
.debug_rnglists 135171 135171 0 0.0
.debug_str 3766155 3766155 0 0.0
.heap 819240 819240 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627869 627869 0 0.0
.symtab 427760 427760 0 0.0
.text 1417564 1417564 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95312 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 852016 852016 0 0.0
bss 77988 77988 0 0.0
text 603752 603752 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1126636 1126636 0 0.0
bss 113148 113148 0 0.0
text 785028 785028 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1071820 1071820 0 0.0
bss 122236 122236 0 0.0
text 743684 743684 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927344 927344 0 0.0
bss 106876 106876 0 0.0
text 640962 640962 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 855376 855376 0 0.0
bss 78112 78112 0 0.0
text 606818 606818 0 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 901056 901056 0 0.0
bss 83060 83060 0 0.0
text 644520 644520 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 978044 978044 0 0.0
bss 109136 109136 0 0.0
text 688198 688198 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 911300 911300 0 0.0
bss 78804 78804 0 0.0
text 635964 635964 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 940736 940736 0 0.0
bss 104976 104976 0 0.0
text 656782 656782 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859252 859252 0 0.0
bss 78220 78220 0 0.0
text 611024 611024 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 800112 800112 0 0.0
bss 66240 66240 0 0.0
text 578060 578060 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 815776 815776 0 0.0
bss 66644 66644 0 0.0
text 588640 588640 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 704848 704848 0 0.0
bss 86424 86424 0 0.0
text 461976 461976 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857240 857240 0 0.0
bss 78196 78196 0 0.0
text 609610 609610 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 843064 843064 0 0.0
bss 77924 77924 0 0.0
text 597558 597558 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821164 821164 0 0.0
bss 66528 66528 0 0.0
text 593384 593382 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 818620 818620 0 0.0
bss 66880 66880 0 0.0
text 590432 590432 0 0.0

@andy31415 andy31415 merged commit 0b2cfab into project-chip:master Oct 12, 2023
51 of 52 checks passed
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
NsdManagerServiceBrowser.java:51: Error: The WIFI_SERVICE must be looked up on the Application context or memory will leak on devices < Android N. Try changing context to context.getApplicationContext() [WifiManagerPotentialLeak]

Apply the recommendation from this check.
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.

4 participants