summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrystian Bueno <chrysbueno@google.com>2023-07-14 17:56:46 +0000
committerChrystian Bueno <chrysbueno@google.com>2023-07-14 17:56:46 +0000
commite4cd83aae63ef94ed63a102dfa403693b5f03d1a (patch)
tree78f29573849056e56293f35851557cd4a4130936
parent0ebe1f86075aba943980992fc0df61c7b8834658 (diff)
downloadanalytics-library-e4cd83aae63ef94ed63a102dfa403693b5f03d1a.tar.gz
Update studio_stats.proto
Logs-Approval: cl/548159117 Bug: 289124414 Test: existing Change-Id: I556f0094ea2aa1f9a31f5ff8906d3c33cab1d68d
-rw-r--r--protos/src/main/proto/studio_stats.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index 71a9cb5..4580e54 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -11914,6 +11914,10 @@ message DeviceExplorerEvent {
FILES_TAB_CLICKED = 16;
// The user clicked on the process tab
PROCESS_TAB_CLICKED = 17;
+ // The user toggled on application ID filtering
+ APPLICATION_ID_FILTER_TOGGLED_ON = 18;
+ // The user toggled off application ID filtering
+ APPLICATION_ID_FILTER_TOGGLED_OFF = 19;
}
}