From 0cdebf4da944d2612fbcc231b72baf1de55bebf5 Mon Sep 17 00:00:00 2001 From: Malcolm Chen Date: Thu, 5 Apr 2018 15:45:48 -0700 Subject: [PATCH] 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 --- proto/src/metrics_constants.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index b6ac3fb36284f..006619355cea5 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