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

Commit 8395b331 authored by Mark Teffeteller's avatar Mark Teffeteller
Browse files

Change debug flag for Intrusion Detection Service tests.

This was done in ag/30713939, but missed for this test.

Test:
atest IntrusionDetectionServiceTests

Bug: 391383936

Flag: android.security.afl_api

Change-Id: I449ba6fd8cfaf08fc6d1a2855011a14cf3719641
parent 06ea3f59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
    </target_preparer>

    <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="run-command" value="setprop intrusiondetection_service_name com.android.coretests.apps.testapp/.TestLoggingService" />
        <option name="run-command" value="setprop debug.intrusiondetection_package_name com.android.coretests.apps.testapp/.TestLoggingService" />
    </target_preparer>

    <option name="test-tag" value="IntrusionDetectionServiceTests" />