diff options
| author | 2018-04-05 15:45:48 -0700 | |
|---|---|---|
| committer | 2018-04-09 20:21:58 +0000 | |
| commit | 0cdebf4da944d2612fbcc231b72baf1de55bebf5 (patch) | |
| tree | 8246882123b76ce739f3f0c92deb0f2eb6840e75 | |
| parent | 8ecf40491be046f0cbd534c9b9fbc5d270f24b02 (diff) | |
Remove FIELD_MOBILE_NETWORK in proto.
When user manually selects a cellular network, don't record network
name in metrics logs.
Bug: 65412783
Test: manual
Change-Id: I54b827617f706bfde3615a9fbb2f58939fa74717
| -rw-r--r-- | proto/src/metrics_constants.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b6ac3fb36284..006619355cea 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4779,7 +4779,7 @@ message MetricsEvent { // CATEGORY: SETTINGS ACTION_MOBILE_NETWORK_MANUAL_SELECT_NETWORK = 1210; - // FIELD - Manually selected mobile network + // Not used anymore. FIELD_MOBILE_NETWORK = 1211; // OPEN: Settings > Network & Internet > Mobile network > Access Point Names |