From 880556f16786c736368f736b873d8b796d2218ff Mon Sep 17 00:00:00 2001 From: Amr Afifiy Date: Fri, 6 May 2022 12:55:14 +0100 Subject: Update studio_stats.proto logs-approval: cl/446956134 Bug: 228038363 Test: N/A Change-Id: Ibb6276309c854350d5e44871e845978885f1751b --- protos/src/main/proto/studio_stats.proto | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protos/src/main') 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 -- cgit v1.2.3