summaryrefslogtreecommitdiff
path: root/protos/src
diff options
context:
space:
mode:
authorPierfrancesco Soffritti <psoffritti@google.com>2023-05-03 10:25:38 +0000
committerPierfrancesco Soffritti <psoffritti@google.com>2023-05-03 10:27:15 +0000
commitda37455055afc17e25b725db63af8c1846557bd2 (patch)
treeac89fe8ea5553cfe9c3f49ea2e806c0f28fc6631 /protos/src
parentc4ade797f2e2f473fdcdd9ab6e7519094d38c641 (diff)
downloadanalytics-library-da37455055afc17e25b725db63af8c1846557bd2.tar.gz
Update studio_stats.proto
Logs-Approval: cl/529012694 Bug: 265150325 Test: existing Change-Id: I177795bf21acfea11de2815ed8d1d52cf8e88fc0
Diffstat (limited to 'protos/src')
-rw-r--r--protos/src/main/proto/studio_stats.proto6
1 files changed, 5 insertions, 1 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 5ae104c..4ae91a5 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -7967,8 +7967,12 @@ message DynamicLayoutInspectorGotoDeclaration {
// Number of times the "Goto Declaration" menu action was activated with key
// shortcut
optional uint32 key_strokes_shortcut = 2;
- // Number of times a double click was used to "Goto Declaration"
+ // Number of times double click was used to "Goto Declaration"
+ // from component tree
optional uint32 double_clicks = 3;
+ // Number of times double click was used to "Goto Declaration"
+ // from device render
+ optional uint32 double_clicks_from_render = 4;
}
// Session data for dynamic layout inspector (inspector v2) process attaching