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

Commit fe186825 authored by Yi Jin's avatar Yi Jin
Browse files

Enable netstats dump proto

Bug: 67053414
Test: Manually tested on device
Change-Id: I42f01bd398b91dbbc01d953d6cb6a70dea4d9e1f
parent 0debe0b7
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 [