From 1a0fc99390151a8f76b704dfb3b52681cca25cf1 Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Tue, 13 Jun 2017 13:45:21 -0700 Subject: [PATCH] Add logging constant for wifi tether setting page. Bug: 37253404 Test: builds Change-Id: If237e7d7fc02506aa80acfab7929086ac7172a53 (cherry picked from commit 45f3372d736f33e96cb5a214bdaee32e3f2d3f9a) --- proto/src/metrics_constants.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index fa2b1ee834190..7e7ef197b0ed9 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -4095,6 +4095,9 @@ message MetricsEvent { // OS: O DR CAPTIVE_PORTAL_LOGIN_ACTIVITY_SSL_ERROR = 1013; + // OPEN: Settings > Network > Tether > Wi-Fi hotspot + WIFI_TETHER_SETTINGS = 1014; + // Add new aosp constants above this line. // END OF AOSP CONSTANTS }