pixelstats: Add fuel gauge abnormal event path
Report abnormal events from logbuffer Bug: 333314833 Test: Events were correctly reported from each logbuffers. Change-Id: I4256bc5ef7d3d3bb073ac7ef2922f2c3ec7e7314 Signed-off-by: Spade Lee <spadelee@google.com>
This commit is contained in:
parent
75973f203d
commit
bddfb3dae6
1 changed files with 4 additions and 1 deletions
|
@ -137,7 +137,10 @@ const struct UeventListener::UeventPaths ueventPaths = {
|
|||
.AudioUevent = "/devices/virtual/amcs/amcs",
|
||||
.TypeCPartnerUevent = "PRODUCT_TYPE=",
|
||||
.FwUpdatePath = "/sys/devices/platform/maxim,max77779fwu/update_stats",
|
||||
.FGAbnlPath = "/sys/class/power_supply/max77779fg/fg_abnormal_events"
|
||||
.FGAbnlPath = {
|
||||
"/dev/logbuffer_max77779fg_monitor",
|
||||
"/dev/logbuffer_maxfg_base_monitor",
|
||||
}
|
||||
};
|
||||
|
||||
int main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue