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

Commit c18117d4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enabling battery manager proto field for incidentd."

parents 05b9531d c22b1c44
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;