diff options
| author | 2017-09-28 23:03:29 +0000 | |
|---|---|---|
| committer | 2017-09-28 23:03:29 +0000 | |
| commit | d443af1c4b945f63f9dd801ca0076e86186f36a8 (patch) | |
| tree | 110cb932b0e90d95d8b91ecbf13632923f3bffb9 | |
| parent | f87a4e5e72fb446ac891625e02b09addddd4f07a (diff) | |
| parent | fe186825774eb499b653d4cd356e82b6bea60927 (diff) | |
Merge "Enable netstats dump proto"
| -rw-r--r-- | core/proto/android/os/incident.proto | 6 |
1 files changed, 5 insertions, 1 deletions
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 [ |