diff options
| author | 2022-01-25 17:23:00 +0000 | |
|---|---|---|
| committer | 2022-01-25 17:23:00 +0000 | |
| commit | 9e2f825f12259c6255b7424245483a7340e034cc (patch) | |
| tree | ba5ad45d82ee95ba2cb7465b3d730ad6c9893f3d | |
| parent | 60fea4b06d633307cf02c53d336c68755215f4d6 (diff) | |
| parent | 7d9ae5a36216989487a68366c6871eb15f705f23 (diff) | |
Merge "Mark NetworkStatsServiceDumpProto userdebug_and_eng_only" am: 0843c02abc am: 5a46037e6a am: 7d9ae5a362
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1954377
Change-Id: I6a0751cf97f1ea5f46695c5748f9bf3965bfac56
| -rw-r--r-- | core/proto/android/os/incident.proto | 3 |
1 files changed, 2 insertions, 1 deletions
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 [ |