summaryrefslogtreecommitdiff
path: root/pixelstats/MmMetricsReporter.cpp
diff options
context:
space:
mode:
authorJeffrey Huang <jeffreyhuang@google.com>2022-03-16 11:06:27 -0700
committerJeffrey Huang <jeffreyhuang@google.com>2022-03-16 12:42:39 -0700
commit541dc81fdd087f42c67c2f2e6599019b48a5fe3b (patch)
tree91d41c8451d87d152ed710c3643c8f81f82f0e75 /pixelstats/MmMetricsReporter.cpp
parentc65481ac4bef8b5f7a4acd478ecfcd719ce9f4c9 (diff)
Remove reverseDomainName from pixel atoms
Bug: 224697964 Test: TH Change-Id: I566e23bc818a6d7184202d445eba438f41b5cf5b
Diffstat (limited to 'pixelstats/MmMetricsReporter.cpp')
-rw-r--r--pixelstats/MmMetricsReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixelstats/MmMetricsReporter.cpp b/pixelstats/MmMetricsReporter.cpp
index 808f120..558fd2d 100644
--- a/pixelstats/MmMetricsReporter.cpp
+++ b/pixelstats/MmMetricsReporter.cpp
@@ -174,7 +174,7 @@ bool MmMetricsReporter::reportVendorAtom(const std::shared_ptr<IStats> &stats_cl
const std::vector<VendorAtomValue> &values,
const std::string &atom_name) {
// Send vendor atom to IStats HAL
- VendorAtom event = {.reverseDomainName = PixelAtoms::ReverseDomainNames().pixel(),
+ VendorAtom event = {.reverseDomainName = "",
.atomId = atom_id,
.values = std::move(values)};
const ndk::ScopedAStatus ret = stats_client->reportVendorAtom(event);