From f391da16c44697effaf5d902db9a38822f72178b Mon Sep 17 00:00:00 2001 From: tmfang Date: Wed, 15 Aug 2018 17:01:40 +0800 Subject: [PATCH] Create a new metric for Add Network Fragment Bug: 111875856 Change-Id: Ia24186cadc61c498930587fa54bf4fa49f6606df Test: Build with SettingsGoogle --- proto/src/metrics_constants.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index ec65f1b2728d3..cc789e206484f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -6435,6 +6435,11 @@ message MetricsEvent { // Field used to indicate whether a save request was used to update existing user data. FIELD_AUTOFILL_UPDATE = 1555; + // OPEN: Settings > Network & Internet > Wi-Fi > Add network + // CATEGORY: SETTINGS + // OS: Q + SETTINGS_WIFI_ADD_NETWORK = 1556; + // ---- End Q Constants, all Q constants go above this line ---- // Add new aosp constants above this line.