From e4cd83aae63ef94ed63a102dfa403693b5f03d1a Mon Sep 17 00:00:00 2001 From: Chrystian Bueno Date: Fri, 14 Jul 2023 17:56:46 +0000 Subject: Update studio_stats.proto Logs-Approval: cl/548159117 Bug: 289124414 Test: existing Change-Id: I556f0094ea2aa1f9a31f5ff8906d3c33cab1d68d --- protos/src/main/proto/studio_stats.proto | 4 ++++ 1 file changed, 4 insertions(+) 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; } } -- cgit v1.2.3