summaryrefslogtreecommitdiff
path: root/protos/src/main
diff options
context:
space:
mode:
authorAmr Afifiy <amrmahmoud@google.com>2022-05-06 12:55:14 +0100
committerAmr Afifiy <amrmahmoud@google.com>2022-05-06 12:55:14 +0100
commit880556f16786c736368f736b873d8b796d2218ff (patch)
treee2619de7abea44c8ac05cabfa984ccb8da7803ff /protos/src/main
parent7a0a463e0a48e5b596a6f3d16d4ae2f89b85b367 (diff)
downloadanalytics-library-880556f16786c736368f736b873d8b796d2218ff.tar.gz
Update studio_stats.proto
logs-approval: cl/446956134 Bug: 228038363 Test: N/A Change-Id: Ibb6276309c854350d5e44871e845978885f1751b
Diffstat (limited to 'protos/src/main')
-rw-r--r--protos/src/main/proto/studio_stats.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/protos/src/main/proto/studio_stats.proto b/protos/src/main/proto/studio_stats.proto
index d8966ba..0c7aec7 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -1719,6 +1719,10 @@ message AndroidStudioEvent {
// A higher compileSdk is required for compilation.
TYPE_COMPILE_SDK_VERSION_TOO_LOW = 57;
+ // Trying to read/write to a variant api property that will not be used as
+ // the feature using it is disabled.
+ TYPE_ACCESSING_DISABLED_FEATURE_VARIANT_API = 58;
+
// NOTE: When adding a new type here, increment the index by 1. This index
// may not be consistent with the corresponding value in the Android Gradle
// plugin (e.g., it could be higher by 1), because of an indexing issue in