commit | 80f9112aecf08845ef0b2b132d721b7ce850970f | [log] [tgz] |
---|---|---|
author | Chenjie Yu <cjyu@google.com> | Wed Jan 31 20:24:50 2018 -0800 |
committer | Chenjie Yu <cjyu@google.com> | Wed Feb 07 22:16:50 2018 +0000 |
tree | da65af99c55ee8ba03c5844c1d9256f691c515db | |
parent | ecc00786d0398283be01981844822bab7154ebb3 [diff] [blame] |
Pullers merge isolated process with host Test: unit test Change-Id: Idcb4d19e1f5182554b503c5a35fbde4da146835c Fix: 72230210
diff --git a/cmds/statsd/src/HashableDimensionKey.cpp b/cmds/statsd/src/HashableDimensionKey.cpp index f0eaeff..8483b02 100644 --- a/cmds/statsd/src/HashableDimensionKey.cpp +++ b/cmds/statsd/src/HashableDimensionKey.cpp
@@ -181,7 +181,9 @@ return toString().compare(that.toString()) < 0; }; - +bool compareDimensionsValue(const DimensionsValue& s1, const DimensionsValue& s2) { + return EqualsTo(s1, s2); +} } // namespace statsd } // namespace os } // namespace android \ No newline at end of file