pixelstats: added multiple GMSR paths
support different project paths Bug: 308364170 Change-Id: I065f8e844d13d1d6d36c36ef689ff6c34b3e3fa6 Signed-off-by: Jenny Ho <hsiufangho@google.com>
This commit is contained in:
parent
6e91bd9f0b
commit
85b26e93cc
1 changed files with 4 additions and 1 deletions
|
@ -88,7 +88,10 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
||||||
.IRQStatsResetPath = "/sys/kernel/metrics/irq/stats_reset",
|
.IRQStatsResetPath = "/sys/kernel/metrics/irq/stats_reset",
|
||||||
.ModemPcieLinkStatsPath = "/sys/devices/platform/11920000.pcie/link_stats",
|
.ModemPcieLinkStatsPath = "/sys/devices/platform/11920000.pcie/link_stats",
|
||||||
.WifiPcieLinkStatsPath = "/sys/devices/platform/14520000.pcie/link_stats",
|
.WifiPcieLinkStatsPath = "/sys/devices/platform/14520000.pcie/link_stats",
|
||||||
.GMSRPath = "/sys/class/power_supply/maxfg/gmsr",
|
.GMSRPath = {
|
||||||
|
"/sys/class/power_supply/maxfg/gmsr",
|
||||||
|
"/sys/class/power_supply/maxfg_base/gmsr",
|
||||||
|
},
|
||||||
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"
|
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue