commit | 288f929c8a3adc1b0e264616ff8ec0825c5002cd | [log] [tgz] |
---|---|---|
author | Shen Lin <shhenlin@gmail.com> | Tue Sep 27 18:38:46 2022 +0800 |
committer | Shen Lin <shhenlin@gmail.com> | Fri Oct 21 07:50:17 2022 +0000 |
tree | 74ca6a0c5af0bbe4e6060c9fb1469401da67fc6e | |
parent | 90a441ea64142014ee201115b7d771d8777f98aa [diff] |
Fix crash when comparing messages This crash has no permanent repro steps, it happened during monkey tests. In sameAs(), we have to make sure both messages are not null to go further field comparison, or a crash may happen. Bug: 249235154 Test: manual Change-Id: I05499a5d5ba80d144db85dd6a299631eab905fe4