From c001e31efe1b81138683ef9be4e1ce506f20b09d Mon Sep 17 00:00:00 2001 From: hai007 Date: Tue, 17 Sep 2024 18:37:21 -0700 Subject: [PATCH] Add module food devices into the logsource PiperOrigin-RevId: 675786084 --- proto/connections_enums.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 23a24b15..55cf4698 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -418,6 +418,10 @@ enum LogSource { OEM_DEVICES = 4; // Represents the device for debugging. DEBUG_DEVICES = 5; + // Represents the device for Nearby Module Food. + MODULE_FOOD_DEVICES = 6; + // Represents the device for BeTo Team Food. + BETO_DOG_FOOD_DEVICES = 7; } // LINT.IfChange