From 7596c298f776380e9750c044dc0287e1ca6775b6 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 4 Oct 2023 03:51:07 -0700 Subject: [PATCH] [SubsequentPair] Add is_pair_triggered_by_settings in Fast Pair log to track subsequent pairing triggered from Pixel Settings. LOG_STORAGE_INCREASE(GB/week): <1 1 perday * 7 days * (2+1 [tag+length] + 2+1 [tag+bool]) bytes/record Single record size (average): 6 bytes Design doc: go/subsequent-pairing-settings-integration PiperOrigin-RevId: 570646781 --- internal/proto/analytics/fast_pair_log.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/proto/analytics/fast_pair_log.proto b/internal/proto/analytics/fast_pair_log.proto index 81989e0f..cfea1892 100644 --- a/internal/proto/analytics/fast_pair_log.proto +++ b/internal/proto/analytics/fast_pair_log.proto @@ -167,4 +167,6 @@ message FastPairLog { // SASS connection state for the device. Not set for non-SASS devices. optional int32 sass_connection_state = 22; + + optional bool is_pair_triggered_by_settings = 23; }