summaryrefslogtreecommitdiff
path: root/android/src/META-INF
diff options
context:
space:
mode:
authorAppu Goundan <appu@google.com>2014-12-22 13:48:28 -0500
committerAppu Goundan <appu@google.com>2015-02-24 11:59:10 -0500
commit5d838f3953967523c6faeb9a42860efaf33babe7 (patch)
treece5e97a9cedce5d3fc580b94995b4479f0d710ec /android/src/META-INF
parentc091f5d5e1f809cbc66c379587052fe80362d051 (diff)
downloadidea-5d838f3953967523c6faeb9a42860efaf33babe7.tar.gz
Usage Tracker for Android Studio
Usage tracking in Android Studio, conditional on user being in Android Studio. Does nothing when the Android Plugin is used in Intellij Change-Id: I9658bb4a084be24ac6134babf4056bd0ad965024
Diffstat (limited to 'android/src/META-INF')
-rwxr-xr-xandroid/src/META-INF/plugin.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/android/src/META-INF/plugin.xml b/android/src/META-INF/plugin.xml
index 48e2169c74b..66272431826 100755
--- a/android/src/META-INF/plugin.xml
+++ b/android/src/META-INF/plugin.xml
@@ -167,6 +167,8 @@
<applicationService serviceImplementation="com.android.tools.idea.gradle.service.repo.ExternalRepository"/>
<applicationService serviceImplementation="com.android.tools.idea.gradle.editor.ui.GradleEditorEntityUiRegistry"/>
<applicationService serviceImplementation="com.android.tools.idea.profiling.capture.CaptureTypeService"/>
+ <applicationService serviceInterface="com.android.tools.idea.stats.UsageTracker"
+ serviceImplementation="com.android.tools.idea.stats.UsageTrackerAnalyticsImpl"/>
<stepsBeforeRunProvider implementation="com.android.tools.idea.gradle.run.MakeBeforeRunTaskProvider" />
<projectConfigurable groupId="build" id="gradle.compiler" parentId="project.propCompiler"