pixelstats: add gmsr path

Bug: 300590097
Change-Id: Ia28da3be78089ddd5677aa378f91645943aeb1d4
Signed-off-by: Jenny Ho <hsiufangho@google.com>
This commit is contained in:
Jenny Ho 2023-10-20 16:59:23 +08:00
parent ebafbec142
commit 6b7a4f992a

View file

@ -72,7 +72,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
}
},
.ModemPcieLinkStatsPath = "/sys/devices/platform/12100000.pcie/link_stats",
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats"
.WifiPcieLinkStatsPath = "/sys/devices/platform/13120000.pcie/link_stats",
.GMSRPath = "/sys/class/power_supply/max77779fg/gmsr"
};
const struct UeventListener::UeventPaths ueventPaths = {