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

Commit 97ff3f34 authored by Junyu Lai's avatar Junyu Lai
Browse files

Mark NetworkStatsServiceDumpProto userdebug_and_eng_only

Test: TH
Bug: 204830222
Change-Id: I35b3990ceadb2caaa6adbd377f423400fd25c81b
parent 95d764cf
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -249,7 +249,8 @@ message IncidentProto {

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

    optional android.providers.settings.SettingsServiceDumpProto settings = 3002 [