From fc5033df11c52af304e47eeadab14623d34bc959 Mon Sep 17 00:00:00 2001 From: hai007 Date: Mon, 31 Oct 2022 18:31:21 -0700 Subject: [PATCH] [Sharing Analytics] add TAP log for quick setting file share button click. PiperOrigin-RevId: 485197485 --- proto/sharing_enums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 538bf7ce..ceb72a40 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -194,6 +194,9 @@ enum EventType { // App Crash event. Used only for Nearby Share Windows App now. APP_CRASH = 51; + // Sender taps the Send button in quick settings + TAP_QUICK_SETTINGS_FILE_SHARE = 52; + // LINT.ThenChange(//depot/google3/location/nearby/proto/nearby_event_codes.proto:SharingEventCode) }