[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
This commit is contained in:
hai007
2023-10-04 03:52:06 -07:00
committed by Copybara-Service
parent 7dea977b74
commit 7596c298f7
@@ -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;
}