From 97ff3f34567b896a4ae18e484845f45978b3a71c Mon Sep 17 00:00:00 2001 From: Junyu Lai Date: Thu, 20 Jan 2022 01:53:03 +0000 Subject: [PATCH] Mark NetworkStatsServiceDumpProto userdebug_and_eng_only Test: TH Bug: 204830222 Change-Id: I35b3990ceadb2caaa6adbd377f423400fd25c81b --- core/proto/android/os/incident.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/proto/android/os/incident.proto b/core/proto/android/os/incident.proto index 998ec96f6f23..51e150e28437 100644 --- a/core/proto/android/os/incident.proto +++ b/core/proto/android/os/incident.proto @@ -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 [