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

Commit 5a46037e authored by Junyu Lai's avatar Junyu Lai Committed by Automerger Merge Worker
Browse files

Merge "Mark NetworkStatsServiceDumpProto userdebug_and_eng_only" am: 0843c02a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1954377

Change-Id: If4c3b94ae794c214a2f1fbbddb678782bb21d020
parents 35f59e77 0843c02a
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 [