Merge "Mark the test app as debuggable." into sc-dev
diff --git a/tests/cts/hostside/app2/AndroidManifest.xml b/tests/cts/hostside/app2/AndroidManifest.xml
index 99b653c..4ac4bcb 100644
--- a/tests/cts/hostside/app2/AndroidManifest.xml
+++ b/tests/cts/hostside/app2/AndroidManifest.xml
@@ -36,7 +36,8 @@
      use to open sockets to remote hosts as a different user ID.
     -->
     <application android:usesCleartextTraffic="true"
-            android:testOnly="true">
+            android:testOnly="true"
+            android:debuggable="true">
 
         <activity android:name=".MyActivity"
              android:exported="true"/>