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

[Java] Fix crash on 32bit Android phone when eventing is enabled #28534

Merged
merged 4 commits into from Aug 4, 2023
Merged

[Java] Fix crash on 32bit Android phone when eventing is enabled #28534

merged 4 commits into from Aug 4, 2023

Conversation

yufengwangca
Copy link
Contributor

@yufengwangca yufengwangca commented Aug 4, 2023

08-03 13:49:17.045 5459 7132 F [gle.android.gm](http://gle.android.gm/): runtime.cc:655] native: #16 pc 00421535 /apex/com.android.art/lib/libart.so (art::JNI<false>::NewObjectV(_JNIEnv*, _jclass*, _jmethodID*, char*)+885)
_JNIEnv::NewObject(_jclass*, _jmethodID*, ...) at AndroidCallbacks.cpp:0
chip::Controller::ReportCallback::OnEventData(chip::app::EventHeader const&, chip::TLV::TLVReader*, chip::app::StatusIB const*) at AndroidCallbacks.cpp:0
chip::app::ClusterStateCache::OnEventData(chip::app::EventHeader const&, chip::TLV::TLVReader*, chip::app::StatusIB const*) at ClusterStateCache.cpp:0
chip::app::BufferedReadCallback::OnEventData(chip::app::EventHeader const&, chip::TLV::TLVReader*, chip::app::StatusIB const*) at BufferedReadCallback.cpp:0
chip::app::ReadClient::ProcessEventReportIBs(chip::TLV::TLVReader&) at ReadClient.cpp:0
chip::app::ReadClient::ProcessReportData(chip::System::PacketBufferHandle&&) at ReadClient.cpp:0
chip::app::ReadClient::OnMessageReceived(chip::Messaging::ExchangeContext*, chip::PayloadHeader const&, chip::System::PacketBufferHandle&&) at ReadClient.cpp:0
[2:06](https://csamembers.slack.com/archives/D0155443H6G/p1691183188056909)

The root cause of the issue is that the wrong data type was used to pass the priorityLevel parameter to the JNI call.
which lead to incorrect interpretation of the value when passed to the JNI call on 32bit platform

@github-actions
Copy link

github-actions bot commented Aug 4, 2023

PR #28534: Size comparison from a70d5b4 to 3a150e3

Increases (10 builds for bl702, cc32xx, cyw30739, nrfconnect, psoc6, telink)
platform target config section a70d5b4 3a150e3 change % change
bl702 lighting-app bl702 (read/write) 1166659 1166663 4 0.0
.debug_info 41492895 41492897 2 0.0
.text 953810 953814 4 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19407983 19407984 1 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550015 550023 8 0.0
.app_xip_area 441257 441265 8 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 843668 843672 4 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22270389 2227039 1 0.0
telink all-clusters-app tlsr9518adk80d text 728980 728982 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 976680 976688 8 0.0
text 669612 669614 2 0.0
ota-requestor-app tlsr9518adk80d text 611994 611996 2 0.0
pump-app tlsr9518adk80d text 595802 595806 4 0.0
shell tlsr9518adk80d (read/write) 744228 744236 8 0.0
text 478644 478646 2 0.0
Decreases (11 builds for bl702, bl702l, cyw30739, efr32, esp32, telink)
platform target config section a70d5b4 3a150e3 change % change
bl702 lighting-app bl702+rpc (read/write) 1265599 1265595 -4 -0.0
.debug_info 46387286 46387285 -1 -0.0
.text 1028498 1028496 -2 -0.0
bl702l lighting-app bl702l (read/write) 1152592 1152588 -4 -0.0
.debug_info 41494005 41494004 -1 -0.0
.text 942886 942884 -2 -0.0
cyw30739 switch cyw930739m2evb_01 (read/write) 546439 546431 -8 -0.0
.app_xip_area 435817 435809 -8 -0.0
efr32 lighting-app BRD4187C (read/write) 1036420 1036412 -8 -0.0
.text 868996 868988 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1149570 1149568 -2 -0.0
.flash.text 1149570 1149568 -2 -0.0
telink bridge-app tlsr9518adk80d text 646766 646764 -2 -0.0
lighting-app tlsr9518adk80d text 685612 685610 -2 -0.0
smoke_co_alarm-app tlsr9518adk80d text 593570 593568 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 581844 581842 -2 -0.0
thermostat tlsr9518adk80d text 621288 621286 -2 -0.0
window-covering tlsr9518adk80d (read/write) 906376 906368 -8 -0.0
text 616558 616556 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a70d5b4 3a150e3 change % change
bl602 lighting-app bl602 (read/write) 1363762 1363762 0 0.0
.bss 73678 73678 0 0.0
.data 9560 9560 0 0.0
.text 1056792 1056792 0 0.0
bl602+rpc (read/write) 1411230 1411230 0 0.0
.bss 81718 81718 0 0.0
.data 9952 9952 0 0.0
.text 1088726 1088726 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1166659 1166663 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43488 43488 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567636 1567636 0 0.0
.debug_aranges 140408 140408 0 0.0
.debug_frame 516584 516584 0 0.0
.debug_info 41492895 41492897 2 0.0
.debug_line 5484150 5484150 0 0.0
.debug_loc 3564261 3564261 0 0.0
.debug_ranges 384704 384704 0 0.0
.debug_str 4011834 4011834 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106856 106856 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589310 589310 0 0.0
.symtab 175600 175600 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
953810 953814 4 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265599 1265595 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43488 43488 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744766 1744766 0 0.0
.debug_aranges 148952 148952 0 0.0
.debug_frame 545488 545488 0 0.0
.debug_info 46387286 46387285 -1 -0.0
.debug_line 5896664 5896664 0 0.0
.debug_loc 3770408 3770408 0 0.0
.debug_ranges 410456 410456 0 0.0
.debug_str 4431699 4431699 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121508 121508 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652273 652273 0 0.0
.symtab 194528 194528 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028498 1028496 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1152592 1152588 -4 -0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77904 77904 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569855 1569855 0 0.0
.debug_aranges 134912 134912 0 0.0
.debug_frame 496272 496272 0 0.0
.debug_info 41494005 41494004 -1 -0.0
.debug_line 5399848 5399848 0 0.0
.debug_loc 3500455 3500455 0 0.0
.debug_ranges 389912 389912 0 0.0
.debug_str 4024304 4024304 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100740 100740 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 589535 589535 0 0.0
.symtab 175168 175168 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942886 942884 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615514 615514 0 0.0
(read/write) 207880 207880 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201320 201320 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962272 962272 0 0.0
.debug_aranges 109080 109080 0 0.0
.debug_frame 369980 369980 0 0.0
.debug_info 19407983 19407984 1 0.0
.debug_line 2815527 2815527 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1596531 1596531 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100694 100694 0 0.0
.debug_str 3426522 3426522 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496304 496304 0 0.0
.symtab 293360 293360 0 0.0
.text 507112 507112 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550015 550023 8 0.0
.app_xip_area 441257 441265 8 0.0
.bss 63776 63776 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537007 537007 0 0.0
.app_xip_area 423201 423201 0 0.0
.bss 68800 68800 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573727 573727 0 0.0
.app_xip_area 466049 466049 0 0.0
.bss 62768 62768 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 546439 546431 -8 -0.0
.app_xip_area 435817 435809 -8 -0.0
.bss 65640 65640 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012044 1012044 0 0.0
.bss 184572 184572 0 0.0
.data 2652 2652 0 0.0
.text 824800 824800 0 0.0
BRD4187C (read/write) 1036420 1036412 -8 -0.0
.bss 164156 164156 0 0.0
.data 3248 3248 0 0.0
.text 868996 868988 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1088552 1088552 0 0.0
.bss 178628 178628 0 0.0
.data 2672 2672 0 0.0
.text 907232 907232 0 0.0
window-app BRD4187C (read/write) 1108008 1108008 0 0.0
.bss 147196 147196 0 0.0
.data 3132 3132 0 0.0
.text 957660 957660 0 0.0
esp32 all-clusters-app c3devkit (read only) 1149570 1149568 -2 -0.0
(read/write) 1702012 1702012 0 0.0
.dram0.bss 79096 79096 0 0.0
.dram0.data 13076 13076 0 0.0
.flash.rodata 266088 266088 0 0.0
.flash.text 1149570 1149568 -2 -0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1191591 1191591 0 0.0
(read/write) 550222 550222 0 0.0
.dram0.bss 85464 85464 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297080 297080 0 0.0
.flash.text 1186207 1186207 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590220 590220 0 0.0
(read/write) 91320 91320 0 0.0
.bss 67364 67364 0 0.0
.data 2124 2124 0 0.0
.text 589684 589684 0 0.0
light k32w0+release (read only) 588892 588892 0 0.0
(read/write) 90960 90960 0 0.0
.bss 67020 67020 0 0.0
.data 2112 2112 0 0.0
.text 588356 588356 0 0.0
lock k32w0+release (read only) 561460 561460 0 0.0
(read/write) 88784 88784 0 0.0
.bss 64900 64900 0 0.0
.data 2056 2056 0 0.0
.text 560924 560924 0 0.0
linux all-clusters-app debug (read only) 5486513 5486513 0 0.0
(read/write) 417920 417920 0 0.0
.bss 130688 130688 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 275872 275872 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1304 1304 0 0.0
.rodata 334000 334000 0 0.0
.text 4775459 4775459 0 0.0
all-clusters-minimal-app debug (read only) 4900457 4900457 0 0.0
(read/write) 231672 231672 0 0.0
.bss 126304 126304 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94376 94376 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 271878 271878 0 0.0
.text 4398403 4398403 0 0.0
bridge-app debug (read only) 2768337 2768337 0 0.0
(read/write) 133104 133104 0 0.0
.bss 51768 51768 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71400 71400 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214440 214440 0 0.0
.text 2376371 2376371 0 0.0
chip-tool debug (read only) 17768921 17768921 0 0.0
(read/write) 1055232 1055232 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 949040 949040 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 916753 916753 0 0.0
.text 14797139 14797139 0 0.0
chip-tool-ipv6only arm64 (read only) 16981492 16981492 0 0.0
(read/write) 1122696 1122696 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 986400 986400 0 0.0
.dynamic 512 512 0 0.0
.got 23352 23352 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 827632 827632 0 0.0
.text 13914072 13914072 0 0.0
lighting-app debug+rpc+ui (read only) 5239569 5239569 0 0.0
(read/write) 222312 222312 0 0.0
.bss 117968 117968 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92240 92240 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 336948 336948 0 0.0
.text 4660547 4660547 0 0.0
lock-app debug (read only) 4470769 4470769 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113616 113616 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78960 78960 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 247782 247782 0 0.0
.text 4013635 4013635 0 0.0
ota-provider-app debug (read only) 4126985 4126985 0 0.0
(read/write) 192128 192128 0 0.0
.bss 113760 113760 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 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 200966 200966 0 0.0
.text 3735699 3735699 0 0.0
ota-requestor-app debug (read only) 4220913 4220913 0 0.0
(read/write) 196440 196440 0 0.0
.bss 114816 114816 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 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 204390 204390 0 0.0
.text 3821875 3821875 0 0.0
shell debug (read only) 2929633 2929633 0 0.0
(read/write) 150976 150976 0 0.0
.bss 60296 60296 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84024 84024 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 210674 210674 0 0.0
.text 2548066 2548066 0 0.0
thermostat-no-ble arm64 (read only) 4450036 4450036 0 0.0
(read/write) 244120 244120 0 0.0
.bss 122552 122552 0 0.0
.data 2880 2880 0 0.0
.data.rel.ro 102232 102232 0 0.0
.dynamic 512 512 0 0.0
.got 11984 11984 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 161996 161996 0 0.0
.text 3949960 3949960 0 0.0
tv-app debug (read only) 5314817 5314817 0 0.0
(read/write) 350144 350144 0 0.0
.bss 241568 241568 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272374 272374 0 0.0
.text 4798803 4798803 0 0.0
tv-casting-app debug (read only) 8294513 8294513 0 0.0
(read/write) 210824 210824 0 0.0
.bss 54464 54464 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 367644 367644 0 0.0
.text 7526707 7526707 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521712 2521712 0 0.0
.bss 220040 220040 0 0.0
.data 5128 5128 0 0.0
.text 1484396 1484396 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1218756 1218756 0 0.0
bss 154660 154660 0 0.0
rodata 141392 141392 0 0.0
text 843668 843672 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1337404 1337404 0 0.0
bss 140118 140118 0 0.0
rodata 135484 135484 0 0.0
text 771120 771120 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1156668 1156668 0 0.0
bss 154839 154839 0 0.0
rodata 112776 112776 0 0.0
text 810116 810116 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837560 837560 0 0.0
(read/write) 1766908 1766908 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193252 193252 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 1378929 1378929 0 0.0
.debug_aranges 143928 143928 0 0.0
.debug_frame 479420 479420 0 0.0
.debug_info 30111768 30111768 0 0.0
.debug_line 4145035 4145035 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2247911 2247911 0 0.0
.debug_rnglists 142461 142461 0 0.0
.debug_str 4119211 4119211 0 0.0
.heap 837560 837560 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 802679 802679 0 0.0
.symtab 500208 500208 0 0.0
.text 0 0 0 0.0
1562740 1562740 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839512 839512 0 0.0
(read/write) 1674340 1674340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191364 191364 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 2464 2464 0 0.0
.debug_abbrev 1285390 1285390 0 0.0
.debug_aranges 137232 137232 0 0.0
.debug_frame 462508 462508 0 0.0
.debug_info 27209703 27209703 0 0.0
.debug_line 3962980 3962980 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2148798 2148798 0 0.0
.debug_rnglists 135582 135582 0 0.0
.debug_str 3978768 3978768 0 0.0
.heap 839512 839512 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 713313 713313 0 0.0
.symtab 465856 465856 0 0.0
.text 1472124 1472124 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845776 845776 0 0.0
(read/write) 1605820 1605820 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185212 185212 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 2352 2352 0 0.0
.debug_abbrev 1125718 1125718 0 0.0
.debug_aranges 127360 127360 0 0.0
.debug_frame 425648 425648 0 0.0
.debug_info 22357283 22357283 0 0.0
.debug_line 3528189 3528189 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1985870 1985870 0 0.0
.debug_rnglists 125362 125362 0 0.0
.debug_str 3786828 3786828 0 0.0
.heap 845776 845776 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 634305 634305 0 0.0
.symtab 430496 430496 0 0.0
.text 1409868 1409868 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818256 818256 0 0.0
(read/write) 1639212 1639212 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212716 212716 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 1117155 1117155 0 0.0
.debug_aranges 126272 126272 0 0.0
.debug_frame 421692 421692 0 0.0
.debug_info 22270389 2227039 1 0.0
.debug_line 3483635 3483635 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1966199 1966199 0 0.0
.debug_rnglists 123550 123550 0 0.0
.debug_str 3751362 3751362 0 0.0
.heap 818256 818256 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 608205 608205 0 0.0
.symtab 422624 422624 0 0.0
.text 1415740 1415740 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177660 1177660 0 0.0
.bss 101224 101224 0 0.0
.data 744 744 0 0.0
.text 624504 624504 0 0.0
lock-app qpg6105+debug (read/write) 1134716 1134716 0 0.0
.bss 95944 95944 0 0.0
.data 748 748 0 0.0
.text 581556 581556 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1070220 1070220 0 0.0
bss 107356 107356 0 0.0
text 728980 728982 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 976680 976688 8 0.0
bss 105332 105332 0 0.0
text 669612 669614 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943984 943984 0 0.0
bss 109708 109708 0 0.0
text 646766 646764 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875900 875900 0 0.0
bss 98888 98888 0 0.0
text 590112 590112 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 904784 904784 0 0.0
bss 99480 99480 0 0.0
text 615744 615744 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 982328 982328 0 0.0
bss 107564 107564 0 0.0
text 685612 685610 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 993692 993692 0 0.0
bss 111812 111812 0 0.0
text 693128 693128 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1051860 1051860 0 0.0
bss 109136 109136 0 0.0
text 730546 730546 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083188 1083188 0 0.0
bss 120212 120212 0 0.0
text 750650 750650 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 933368 933368 0 0.0
bss 99608 99608 0 0.0
text 620804 620804 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898520 898520 0 0.0
bss 100196 100196 0 0.0
text 611994 611996 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 881388 881388 0 0.0
bss 99020 99020 0 0.0
text 595802 595806 4 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868544 868544 0 0.0
bss 98820 98820 0 0.0
text 586242 586242 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744228 744236 8 0.0
bss 97256 97256 0 0.0
text 478644 478646 2 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 878368 878368 0 0.0
bss 99000 99000 0 0.0
text 593570 593568 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864676 864676 0 0.0
bss 98728 98728 0 0.0
text 581844 581842 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 910620 910620 0 0.0
bss 99272 99272 0 0.0
text 621288 621286 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 906376 906368 -8 -0.0
bss 99608 99608 0 0.0
text 616558 616556 -2 -0.0

@yufengwangca yufengwangca enabled auto-merge (squash) August 4, 2023 23:44
@yufengwangca yufengwangca merged commit e16f5c8 into project-chip:master Aug 4, 2023
51 checks passed
abpoth pushed a commit to abpoth/connectedhomeip that referenced this pull request Aug 15, 2023
…ject-chip#28534)

* [Java] Fix crash on 32bit Android phone when eventing is enabled

* Restyled by clang-format

* Address review comment

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
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.

None yet

4 participants