[Sharing Analytics] add TAP log for quick setting file share button click.

PiperOrigin-RevId: 485197485
This commit is contained in:
hai007
2022-10-31 18:33:18 -07:00
committed by Copybara-Service
parent 5d12e6ffa0
commit fc5033df11
+3
View File
@@ -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)
}