Merge "Mark NetworkStatsServiceDumpProto userdebug_and_eng_only"

This commit is contained in:
Junyu Lai 2022-01-25 16:40:40 +00:00 committed by Gerrit Code Review
commit 0843c02abc

View File

@ -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 [