summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Yakavets <yakavets@google.com>2023-03-14 18:23:45 +0000
committerEugene Yakavets <yakavets@google.com>2023-03-14 18:23:45 +0000
commitd01bb1e141b22fc076bcd78e63fac57ab0f62c80 (patch)
tree415fe4f374fe6a534febc2620ba53a9ce704ecaa
parentb7ef95baca29023b526c0f23bc3336d1f484297b (diff)
downloadanalytics-library-d01bb1e141b22fc076bcd78e63fac57ab0f62c80.tar.gz
Update studio_stats.proto
Logs-Approval: cl/516374539 Change-Id: I55d9c1ce2f13294dba2489eecf8e3db09dfeb31d
-rw-r--r--protos/src/main/proto/studio_stats.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index d1a1703..ae61372 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -4939,6 +4939,8 @@ message UIActionStats {
// this is a software identifier specified in code in our product and does
// not contain user data. Examples: "MainMenu", "Editor", "NavBarToolbar".
optional string ui_place = 5;
+ // For toggle UI actions to track whether they are turning on or off.
+ optional bool toggling_on = 6;
// The way an UI action was invocated by the user.
enum InvocationKind {