pixelstats: gs201: add history validation path
Bug: 329174074 Signed-off-by: Spade Lee <spadelee@google.com> (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:9a1ff5f8041e4532481a1f7c6c168965d813fc53) Merged-In: I8830d4a7532d8900abdcf78ba7ab1c141b47c1b4 Change-Id: I8830d4a7532d8900abdcf78ba7ab1c141b47c1b4
This commit is contained in:
parent
0d11a6641d
commit
3d06665d25
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
"/sys/class/power_supply/maxfg/m5_model_state",
|
||||
"/sys/class/power_supply/maxfg_base/m5_model_state"
|
||||
},
|
||||
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count"
|
||||
.TotalCallCountPath = "/sys/devices/platform/audiometrics/call_count",
|
||||
.FGLogBufferPath = "/dev/logbuffer_maxfg_monitor"
|
||||
};
|
||||
|
||||
const struct UeventListener::UeventPaths ueventPaths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue