summaryrefslogtreecommitdiff
path: root/.idea
diff options
context:
space:
mode:
authorAlexander Demurov <ademurov@google.com>2022-05-03 12:33:15 -0700
committerAlexander Demurov <ademurov@google.com>2022-05-05 23:49:28 +0000
commitcc7fa535dae0909079dd5ba013985fa1da5a31f9 (patch)
tree47c74479474591ec32d086bb535155fc77bc0e3e /.idea
parentcfd1573a47282539082752eda534c726c4dcf0ab (diff)
downloadidea-cc7fa535dae0909079dd5ba013985fa1da5a31f9.tar.gz
Create a java agent for threading validation
This is an initial draft that doesn't instrument classes yet. The java agent will be used to perform threading checks at runtime for methods annotated with @UiThread and other threading annotations. Bug: 228841408 Test: tested that the java agent can be built and attached to Android Studio at startup Change-Id: I75b786443ba60d43afac34a82228a2430124874f
Diffstat (limited to '.idea')
-rw-r--r--.idea/modules.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/modules.xml b/.idea/modules.xml
index 8ce66d08562..d1deb0abb54 100644
--- a/.idea/modules.xml
+++ b/.idea/modules.xml
@@ -61,6 +61,7 @@
<module fileurl="file://$PROJECT_DIR$/../../base/sdk-common/android.sdktools.sdk-common.iml" filepath="$PROJECT_DIR$/../../base/sdk-common/android.sdktools.sdk-common.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/sdklib/android.sdktools.sdklib.iml" filepath="$PROJECT_DIR$/../../base/sdklib/android.sdktools.sdklib.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/testutils/android.sdktools.testutils.iml" filepath="$PROJECT_DIR$/../../base/testutils/android.sdktools.testutils.iml" />
+ <module fileurl="file://$PROJECT_DIR$/../../base/threading-agent/android.sdktools.threading-agent.iml" filepath="$PROJECT_DIR$/../../base/threading-agent/android.sdktools.threading-agent.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/tracer/android.sdktools.tracer.iml" filepath="$PROJECT_DIR$/../../base/tracer/android.sdktools.tracer.iml" />
<module fileurl="file://$PROJECT_DIR$/../../base/zipflinger/android.sdktools.zipflinger.iml" filepath="$PROJECT_DIR$/../../base/zipflinger/android.sdktools.zipflinger.iml" />
<module fileurl="file://$PROJECT_DIR$/app-inspection/api/app-inspection.api.iml" filepath="$PROJECT_DIR$/app-inspection/api/app-inspection.api.iml" />