From c8e76d2e2f7ed05e056f2159539fb621c26bb574 Mon Sep 17 00:00:00 2001 From: hai007 Date: Wed, 15 Jun 2022 13:17:08 -0700 Subject: [PATCH] Add modulefood device category into NS reports PiperOrigin-RevId: 455203869 --- proto/sharing_enums.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/sharing_enums.proto b/proto/sharing_enums.proto index 3d020e68..2075b4e2 100644 --- a/proto/sharing_enums.proto +++ b/proto/sharing_enums.proto @@ -344,6 +344,8 @@ enum LogSource { OEM_DEVICES = 4; // Represents the device for debugging. DEBUG_DEVICES = 5; + // Represents the device for Nearby Module Food. + NEARBY_MODULE_FOOD_DEVICES = 6; } // The Fast Share server action name.