summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJingmei Huang <jingmeih@google.com>2021-03-01 19:53:30 +0000
committerJingmei Huang <jingmeih@google.com>2021-03-01 19:54:59 +0000
commit097bfbe3f59adab9b18bd861a3307b16e064af47 (patch)
tree4d5296912bd47fcc9594eec131adc16bf3fbf376
parent385193ee8b371f87c8b05c6f97b4aedf63527697 (diff)
downloadanalytics-library-097bfbe3f59adab9b18bd861a3307b16e064af47.tar.gz
Update studio_stats.proto
Logs-Approval: cl/360218907 Bug: NA Test: existing Change-Id: I94b4c6e32bd23c27198e62144c84ded7c8e379f5
-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 c8e9bde..bda8ed1 100644
--- a/protos/src/main/proto/studio_stats.proto
+++ b/protos/src/main/proto/studio_stats.proto
@@ -3323,6 +3323,10 @@ message GradleBuildProject {
// these are class names of the plugins, not free form names
repeated string plugin_names = 16;
+ // Record all of the task class names applied to the project
+ // e.g an example is ORG_GRADLE_API_TASKS_WRAPPER_WRAPPER_DECORATED
+ repeated string task_names = 17;
+
enum PluginType {
UNKNOWN_PLUGIN_TYPE = 0;
// The 'com.android.application' or 'com.android.model.application' plugins.