Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6091243 authored by Neil Fuller's avatar Neil Fuller
Browse files

Make servicestests debuggable

Make servicestests debuggable to help with debugging tests.

Bug: N/A
Test: manual debugging
Change-Id: I628a7687c820f5db52d6f79d64b732b2aa17cb3e
parent 8aa891d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"