From fe186825774eb499b653d4cd356e82b6bea60927 Mon Sep 17 00:00:00 2001 From: Yi Jin Date: Thu, 28 Sep 2017 13:45:12 -0700 Subject: Enable netstats dump proto Bug: 67053414 Test: Manually tested on device Change-Id: I42f01bd398b91dbbc01d953d6cb6a70dea4d9e1f --- core/proto/android/os/incident.proto | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/proto/android/os/incident.proto b/core/proto/android/os/incident.proto index 15c547f0196c..8dc0179b6757 100644 --- a/core/proto/android/os/incident.proto +++ b/core/proto/android/os/incident.proto @@ -71,7 +71,11 @@ message IncidentProto { (section).args = "fingerprint --proto --incident" ]; - android.service.NetworkStatsServiceDumpProto netstats = 3001; + android.service.NetworkStatsServiceDumpProto netstats = 3001 [ + (section).type = SECTION_DUMPSYS, + (section).args = "netstats --proto" + ]; + android.providers.settings.SettingsServiceDumpProto settings = 3002; android.service.appwidget.AppWidgetServiceDumpProto appwidget = 3003; android.service.notification.NotificationServiceDumpProto notification = 3004 [ -- cgit v1.2.3-59-g8ed1b