[Sharing][Analytics] Adding logging for permission auto access UI.

PiperOrigin-RevId: 564554884
This commit is contained in:
hai007
2023-09-11 17:57:04 -07:00
committed by Copybara-Service
parent 52c3360bd3
commit 82c8970535
+4 -1
View File
@@ -30,7 +30,7 @@ option objc_class_prefix = "GNSHP";
// in NearbyClearcutLogger (for android, or clearcut_event_logger as the
// equivalence for Windows) for all events (may exclude settings), and
// session_id for a pair of events (start and end of a session).
// Next id: 65
// Next id: 66
enum EventType {
UNKNOWN_EVENT_TYPE = 0;
@@ -238,6 +238,9 @@ enum EventType {
// Decrypt certificate failure
DECRYPT_CERTIFICATE_FAILURE = 64;
// Show allow permission auto access UI
SHOW_ALLOW_PERMISSION_AUTO_ACCESS = 65;
// LINT.ThenChange(//depot/google3/location/nearby/proto/nearby_event_codes.proto:SharingEventCode)
}