1. Fixing module food devices naming and add nearby teamfood, dogfood group

2. Aline NS and NC grpups

PiperOrigin-RevId: 676646473
This commit is contained in:
hai007
2024-09-19 18:51:31 -07:00
committed by Copybara-Service
parent 6707efeed8
commit 4472521793
2 changed files with 11 additions and 3 deletions
+6 -2
View File
@@ -419,9 +419,13 @@ enum LogSource {
// Represents the device for debugging.
DEBUG_DEVICES = 5;
// Represents the device for Nearby Module Food.
MODULE_FOOD_DEVICES = 6;
NEARBY_MODULE_FOOD_DEVICES = 6;
// Represents the device for BeTo Team Food.
BETO_DOG_FOOD_DEVICES = 7;
BETO_DOGFOOD_DEVICES = 7;
// Represents the device for Nearby dog Food.
NEARBY_DOGFOOD_DEVICES = 8;
// Represents the device for Nearby Team Food.
NEARBY_TEAMFOOD_DEVICES = 9;
}
// LINT.IfChange
+5 -1
View File
@@ -559,7 +559,11 @@ enum LogSource {
// Represents the device for Nearby Module Food.
NEARBY_MODULE_FOOD_DEVICES = 6;
// Represents the device for BeTo Team Food.
BETO_DOG_FOOD_DEVICES = 7;
BETO_DOGFOOD_DEVICES = 7;
// Represents the device for Nearby dog Food.
NEARBY_DOGFOOD_DEVICES = 8;
// Represents the device for Nearby Team Food.
NEARBY_TEAMFOOD_DEVICES = 9;
}
// The Fast Share server action name.