diff options
| author | 2017-03-24 00:47:36 +0000 | |
|---|---|---|
| committer | 2017-03-24 00:47:42 +0000 | |
| commit | 1debeab7ff6368c8f22fa54198ff0c86a0d56115 (patch) | |
| tree | f07934d5f5af65397b945c60d9fe8adfb8a5a4c1 | |
| parent | 99ce58fb088f0f09e6731d2506c61a96339962e0 (diff) | |
| parent | ed1845fdccd9cdc72599629039fde6867d7b3bf3 (diff) | |
Merge "Add logging constant for vr display preference"
| -rw-r--r-- | proto/src/metrics_constants.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto index fb714b9b191a..57d25819654f 100644 --- a/proto/src/metrics_constants.proto +++ b/proto/src/metrics_constants.proto @@ -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. |