summaryrefslogtreecommitdiff
path: root/protos/src/main
diff options
context:
space:
mode:
authordaniel-labar <daniellabar@google.com>2022-03-25 10:31:32 -0700
committerDaniel LaBar <daniellabar@google.com>2022-06-06 21:07:37 +0000
commitcf6858ff43e5600b3ea4abd51e6c56a58ee0cb68 (patch)
tree4d75a83f866c3a55bbe3ed5eae25cd7e83a54697 /protos/src/main
parent6273d1f98f2001a1cf53e5db2de78bfe546d9199 (diff)
downloadanalytics-library-cf6858ff43e5600b3ea4abd51e6c56a58ee0cb68.tar.gz
[GMD] add analytics for concurrent devices
add analytics proto enum for max concurrent devices Bug: 223415329 Test: covered by existing checkIntegerOptions Change-Id: I0140e9338973ea56cf4d4f70727b77c33f35f679
Diffstat (limited to 'protos/src/main')
-rw-r--r--protos/src/main/proto/analytics_enums.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/protos/src/main/proto/analytics_enums.proto b/protos/src/main/proto/analytics_enums.proto
index 18d2619..a6cd173 100644
--- a/protos/src/main/proto/analytics_enums.proto
+++ b/protos/src/main/proto/analytics_enums.proto
@@ -580,6 +580,7 @@ enum IntegerOption {
MANAGED_DEVICE_SHARD_POOL_SIZE = 13;
R8_MAX_WORKERS = 14;
GRADLE_MANAGED_DEVICE_SETUP_TIMEOUT_MINUTES = 15;
+ GRADLE_MANAGED_DEVICE_MAX_CONCURRENT_DEVICES = 16;
}
enum LongOption {