OSDN Git Service

Add logging constant for vr display preference
authorFan Zhang <zhfan@google.com>
Thu, 23 Mar 2017 21:46:59 +0000 (14:46 -0700)
committerFan Zhang <zhfan@google.com>
Thu, 23 Mar 2017 21:46:59 +0000 (14:46 -0700)
Change-Id: I46f4add85162a4242adb5b3ff519c21129ef917e
Fix: 36557316
Test: builds

proto/src/metrics_constants.proto

index fb714b9..57d2581 100644 (file)
@@ -3780,6 +3780,9 @@ message MetricsEvent {
     // meta-event: a reader has checkpointed the log here.
     METRICS_CHECKPOINT = 920;
 
+    // OPEN: Settings -> Display -> When in VR Mode
+    VR_DISPLAY_PREFERENCE = 921;
+
     // ---- End O Constants, all O constants go above this line ----
 
     // Add new aosp constants above this line.