Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c22b1c44 authored by Kweku Adams's avatar Kweku Adams
Browse files

Enabling battery manager proto field for incidentd.

BUG: 65750806
Test: flash device and check incident proto output
Change-Id: I9ea14a4e8945f1885c68a64213477a1ed70968ad
parent 43ddc05b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -78,7 +78,10 @@ message IncidentProto {
        (section).type = SECTION_DUMPSYS,
        (section).args = "notification --proto"
    ];
    android.service.battery.BatteryServiceDumpProto battery = 3006;
    android.service.battery.BatteryServiceDumpProto battery = 3006 [
        (section).type = SECTION_DUMPSYS,
        (section).args = "battery --proto"
    ];
    android.service.diskstats.DiskStatsServiceDumpProto diskstats = 3007;
    android.service.pm.PackageServiceDumpProto package = 3008;
    android.service.power.PowerServiceDumpProto power = 3009;