commit | 9620663ed866455158bec7bcd3d6287ac15a0246 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Mon Nov 29 06:52:17 2021 -0800 |
committer | Greg Kaiser <gkaiser@google.com> | Mon Nov 29 16:16:51 2021 +0000 |
tree | d41078b48fab0c045ada5e6f7843a56f38744153 | |
parent | 2bd0adb2161feb340a1d4acde0d53db8f0f6a68c [diff] |
MediaMetrics: Avoid creating temporary string We change our empty string comparison, the expected common case, to directly check the character array contents, instead of implicitly constructing a std::string object for comparison. Bug: 199763036 Test: TreeHugger Change-Id: Idcb96ff6f6b86a187c4999b37670721c1adaa51d