summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmaury Medeiros <amaurym@google.com>2023-06-16 10:03:25 +0000
committerAmaury Medeiros <amaurym@google.com>2023-06-16 10:04:06 +0000
commit4a706e8eef2721706dca684e37d9eccacbf3a028 (patch)
treeee8b93b988964be95400f8575c436712354acf77
parentdb117b7dc74432980c72833018a7a0b95ef5b64e (diff)
downloadanalytics-library-4a706e8eef2721706dca684e37d9eccacbf3a028.tar.gz
Update studio_stats.proto
Logs-approval: cl/540824015 Bug: 279393638 Test: N/A Change-Id: I1c358e26fa8ec970bf05ce8367124c05a13e2857
-rw-r--r--protos/src/main/proto/studio_stats.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 8284a1b..19c3b0a 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -9912,10 +9912,18 @@ message ComposePreviewLiteModeEvent {
UNKNOWN_EVENT_TYPE = 0;
// A file containing previews is opened and the preview(s) render.
OPEN_AND_RENDER = 1;
+ // Compose Preview Lite Mode was enabled/disabled.
+ PREVIEW_LITE_MODE_SWITCH = 2;
+ // Android Studio Essentials Mode was enabled/disabled.
+ STUDIO_ESSENTIALS_MODE_SWITCH = 3;
}
// Type of event
optional ComposePreviewLiteModeEventType type = 1;
+
+ // True if Compose Preview Lite Mode is enabled when logging the event.
+ // For switch events, the value is logged after the switch happens.
+ optional bool is_compose_preview_lite_mode = 2;
}
// Details for Compose deploy event