pixelstats: gs101: add all logbuffer paths
Bug: 335934710 Change-Id: I573317a5da547eef4cbec22822d37bfb06f910d0 Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
parent
ae8801f2a9
commit
a4f232b4a6
1 changed files with 6 additions and 4 deletions
|
@ -73,13 +73,15 @@ const struct SysfsCollector::SysfsPaths sysfs_paths = {
|
|||
"/sys/class/power_supply/maxfg/gmsr",
|
||||
"/sys/class/power_supply/maxfg_base/gmsr",
|
||||
},
|
||||
.FGLearningPath = {
|
||||
"/sys/class/power_supply/maxfg/fg_learning_events"
|
||||
},
|
||||
.FGModelLoadingPath = {
|
||||
"/sys/class/power_supply/maxfg/m5_model_state"
|
||||
},
|
||||
.FGLogBufferPath = "/dev/logbuffer_maxfg_monitor"
|
||||
.FGLogBufferPath = {
|
||||
"/dev/logbuffer_maxfg_monitor",
|
||||
"/dev/logbuffer_max77779fg_monitor",
|
||||
"/dev/logbuffer_maxfg_base_monitor",
|
||||
"/dev/logbuffer_maxfg_secondary_monitor"
|
||||
}
|
||||
};
|
||||
|
||||
const struct UeventListener::UeventPaths ueventPaths = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue