OSDN Git Service

Adds metrics constants for tron logging in Android TV Settings.
authorLeif Hendrik Wilden <leifhendrik@google.com>
Mon, 12 Feb 2018 21:50:33 +0000 (13:50 -0800)
committerLeif Hendrik Wilden <leifhendrik@google.com>
Wed, 14 Feb 2018 21:58:47 +0000 (13:58 -0800)
Test: Looks good.
Bug: 70572789
Change-Id: Ib0fc596f26ec9eb5bd435171c8c288179cf9cd21

proto/src/metrics_constants.proto

index ae5e133..7eebf5a 100644 (file)
@@ -5213,6 +5213,22 @@ message MetricsEvent {
     // OS: P
     ACTION_OUTPUT_CHOOSER_DISCONNECT = 1297;
 
+    // OPEN: TV Settings > Home theater control
+    // OS: P
+    SETTINGS_TV_HOME_THEATER_CONTROL_CATEGORY = 1298;
+
+    // OPEN: TV Settings > TV Inputs (Inputs & Devices)
+    // OS: P
+    SETTINGS_TV_INPUTS_CATEGORY = 1299;
+
+    // OPEN: TV Settings > Device
+    // OS: P
+    SETTINGS_TV_DEVICE_CATEGORY = 1300;
+
+    // OPEN: TV Settings > Network > Proxy settings
+    // OS: P
+    DIALOG_TV_NETWORK_PROXY = 1301;
+
     // ---- End P Constants, all P constants go above this line ----
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS