Pixelstats: wireless charging metrics phase out

Not set the wireless charging uevent struct field

Bug: 260974677
Test: no abnormal pixelstat logcat found
Change-Id: Id7d67da01348681dcf06f3d48c60d14a44ee49f4
Signed-off-by: Denny cylee <dennycylee@google.com>
This commit is contained in:
Denny cylee 2022-12-09 04:44:04 +00:00 committed by Denny cy Lee
parent 8bfdd499b8
commit b21192f79c

View file

@ -63,7 +63,6 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
const struct UeventListener::UeventPaths ueventPaths = { const struct UeventListener::UeventPaths ueventPaths = {
.AudioUevent = "/devices/virtual/amcs/amcs", .AudioUevent = "/devices/virtual/amcs/amcs",
.WirelessChargerPtmcPath = "/sys/class/power_supply/wireless/device/ptmc_id",
.TypeCPartnerUevent = "PRODUCT_TYPE="}; .TypeCPartnerUevent = "PRODUCT_TYPE="};
int main() { int main() {