Make servicestests debuggable

Make servicestests debuggable to help with debugging tests.

Bug: N/A
Test: manual debugging
Change-Id: I628a7687c820f5db52d6f79d64b732b2aa17cb3e
This commit is contained in:
Neil Fuller
2022-10-04 15:48:46 +01:00
parent 8aa891d515
commit f6091243b4

View File

@@ -113,7 +113,7 @@
<uses-sdk android:minSdkVersion="1"
android:targetSdkVersion="26"/>
<application android:testOnly="true">
<application android:testOnly="true" android:debuggable="true">
<uses-library android:name="android.test.runner"/>
<service android:name="com.android.server.accounts.TestAccountType1AuthenticatorService"