From d625683aafbcf72281a64896697d7d9c1349a57b Mon Sep 17 00:00:00 2001 From: Denny cylee Date: Fri, 9 Dec 2022 03:55:26 +0000 Subject: 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 --- pixelstats/service.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'pixelstats') 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() { -- cgit v1.2.3