From 28ed3c75a4dd50316424989714fb89e09d11c170 Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 2 Dec 2021 08:08:31 -0800 Subject: [PATCH] [Nearby][Analytics] Add logging for device state. PiperOrigin-RevId: 413681037 --- proto/sharing_enums.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 29777ae9..ff9bfb05 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -185,6 +185,9 @@ enum EventType { // Set up a connection with the remote device. ESTABLISH_CONNECTION = 48; + + // Track device states in Nearby Share setting. + DEVICE_SETTINGS = 49; } // Event category to differentiate whether this comes from sender or receiver,