commit | 8433a6f43eb0917d331d22291508c9866712254f | [log] [tgz] |
---|---|---|
author | Clément Julliard <clju@google.com> | Mon Jul 10 14:07:10 2023 -0700 |
committer | Clément Julliard <clju@google.com> | Mon Jul 10 18:12:30 2023 -0700 |
tree | 54df4f35bcdec5d782733c6461f7b279a7241859 | |
parent | 4b66bb1dea7aba4806159c893d1d22e45c16a778 [diff] |
Remove logging when metadata tag can't be found. This logging is expensive when it happens at 30fps (measured at around 0.5 mW per such message @30fps). Furthermore, no such logging happens in the SDK when a tag can't be found, so this is simply aligning the NDK's behavior with the SDK's. Bug: 290694535 Test: built and confirmed power reduction. Change-Id: I2b5397aa79fb176d90678a30550af08872b29a20