diff options
| author | 2020-02-05 18:03:29 +0000 | |
|---|---|---|
| committer | 2020-02-05 18:03:29 +0000 | |
| commit | 82249e8fba6b4f2095d44eb1b956864e59cde921 (patch) | |
| tree | c1ce047a9b6a58d8021aa24b48e1e07e59a7d588 | |
| parent | 96c5346bb8bca5c71cd9816188634d776397263a (diff) | |
| parent | cecebdca9081be14ec6d0f8d3459e6c7dce5eac1 (diff) | |
Merge "Deprecate WifiRunningStateChanged atom"
| -rw-r--r-- | cmds/statsd/src/atoms.proto | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cmds/statsd/src/atoms.proto b/cmds/statsd/src/atoms.proto index fccefdc07363..9808f04e0a0d 100644 --- a/cmds/statsd/src/atoms.proto +++ b/cmds/statsd/src/atoms.proto @@ -202,7 +202,8 @@ message Atom { DocsUIStartupMsReported docs_ui_startup_ms = 111 [(module) = "docsui"]; DocsUIUserActionReported docs_ui_user_action_reported = 112 [(module) = "docsui"]; WifiEnabledStateChanged wifi_enabled_state_changed = 113 [(module) = "framework"]; - WifiRunningStateChanged wifi_running_state_changed = 114 [(module) = "framework"]; + WifiRunningStateChanged wifi_running_state_changed = 114 + [(module) = "framework", deprecated = true]; AppCompacted app_compacted = 115 [(module) = "framework"]; NetworkDnsEventReported network_dns_event_reported = 116 [(module) = "resolv"]; DocsUIPickerLaunchedFromReported docs_ui_picker_launched_from_reported = @@ -1258,6 +1259,8 @@ message WifiEnabledStateChanged { } /** + * This atom is deprecated starting in R. + * * Logs when an app causes Wifi to run. In this context, 'to run' means to use Wifi Client Mode. * TODO: Include support for Hotspot, perhaps by using an extra field to denote 'mode'. * Note that Wifi Scanning is monitored separately in WifiScanStateChanged. |