summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrystian Bueno <chrysbueno@google.com>2023-06-27 22:21:47 +0000
committerChrystian Bueno <chrysbueno@google.com>2023-06-27 22:21:47 +0000
commit7013eb5b03ac1730e06c669dade0484d53476938 (patch)
tree6be5fef5908bc8ca28fe9d09468cf66e27fdec13
parentc05524bd932f28350cee1e0a28bca0eb9568fa4e (diff)
downloadanalytics-library-7013eb5b03ac1730e06c669dade0484d53476938.tar.gz
Update studio_stats.proto
Logs-Approval: cl/543863403 Bug: 289124414 Test: existing Change-Id: I443ae7c129bf695af9b9a28b94fef62d0b1f5c4a
-rw-r--r--protos/src/main/proto/studio_stats.proto6
1 files changed, 6 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 94d50ef..a8228be 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -11898,6 +11898,12 @@ message DeviceExplorerEvent {
ATTACH_DEBUGGER = 13;
// The user refreshed the process list
REFRESH_PROCESSES = 14;
+ // The user toggled application ID filtering
+ APPLICATION_ID_FILTER_TOGGLED = 15;
+ // The user clicked on the files tab
+ FILES_TAB_CLICKED = 16;
+ // The user clicked on the process tab
+ PROCESS_TAB_CLICKED = 17;
}
}