summaryrefslogtreecommitdiff
path: root/pixelstats
diff options
context:
space:
mode:
authorDenny cylee <dennycylee@google.com>2022-12-09 03:55:26 +0000
committerTreeHugger Robot <treehugger-gerrit@google.com>2022-12-26 01:54:08 +0000
commitd625683aafbcf72281a64896697d7d9c1349a57b (patch)
tree6efde8e07d395945b64c17cd1f21a9ef86f9c7f9 /pixelstats
parent8af69a8c18728107ff19ef6b939c704f24843905 (diff)
downloadgs101-d625683aafbcf72281a64896697d7d9c1349a57b.tar.gz
Pixelstats: wireless charging metrics phase out
Not set the wireless charging uevent struct field Bug: 260974677 Test: no abnormal pixelstat logcat found Change-Id: I66f6f4993534bd3a981e302f82e157eee1ca0b91 Signed-off-by: Denny cylee <dennycylee@google.com>
Diffstat (limited to 'pixelstats')
-rw-r--r--pixelstats/service.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pixelstats/service.cpp b/pixelstats/service.cpp
index eb71d45e..2ea2e8f9 100644
--- a/pixelstats/service.cpp
+++ b/pixelstats/service.cpp
@@ -62,7 +62,6 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
const struct UeventListener::UeventPaths ueventPaths = {
.AudioUevent = "/devices/virtual/amcs/amcs",
- .WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id",
.TypeCPartnerUevent = "PRODUCT_TYPE="};
int main() {