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

Commit d443af1c authored by Yi Jin's avatar Yi Jin Committed by Android (Google) Code Review
Browse files

Merge "Enable netstats dump proto"

parents f87a4e5e fe186825
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -71,7 +71,11 @@ message IncidentProto {
        (section).args = "fingerprint --proto --incident"
    ];

    android.service.NetworkStatsServiceDumpProto netstats = 3001;
    android.service.NetworkStatsServiceDumpProto netstats = 3001 [
        (section).type = SECTION_DUMPSYS,
        (section).args = "netstats --proto"
    ];

    android.providers.settings.SettingsServiceDumpProto settings = 3002;
    android.service.appwidget.AppWidgetServiceDumpProto appwidget = 3003;
    android.service.notification.NotificationServiceDumpProto notification = 3004 [