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

Commit 7d9ae5a3 authored by Junyu Lai's avatar Junyu Lai Committed by Automerger Merge Worker
Browse files

Merge "Mark NetworkStatsServiceDumpProto userdebug_and_eng_only" am: 0843c02a am: 5a46037e

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

Change-Id: I05760b6a52c24f16f99e2e6928f9e6e26e4c3f5e
parents b9fd1e11 5a46037e
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 [