commit | 25152e4e43c92f550d9b2f9939ab3aa236d809de | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenwang@google.com> | Tue Jun 13 22:18:58 2023 +0000 |
committer | Shuzhen Wang <shuzhenwang@google.com> | Tue Jun 13 22:24:56 2023 +0000 |
tree | afd5dcb131a40190f3eac2460f05b5a7b7998769 | |
parent | 20d86c24938ce085941a1db76ad84f4128fddb40 [diff] |
Camera: Fix null pointer exception in CameraServiceProxyWrapper Indexing into the mSessionStatsMap would insert a nullptr. Check the count for a certain key instead. In addition, call logStreamConfigured only when the reconfiguration succeeds. Test: Vendor test, Camera CTS Bug: 287120330 Change-Id: I17d715865c9a58d3b79ab0a511a0f4968f0aa3f8