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

Commit 716d0fd8 authored by Hall Liu's avatar Hall Liu
Browse files

Always enable logcat-on-failure for Telecom tests

Bug: 160343264
Test: N/A
Change-Id: I81649b45bff88601e866d51741c2b8d1b4254b38
parent 490401c4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27,4 +27,10 @@
        <option name="runner" value="androidx.test.runner.AndroidJUnitRunner" />
        <option name="hidden-api-checks" value="false"/>
    </test>
    <object type="module_controller"
            class="com.android.tradefed.testtype.suite.module.TestFailureModuleController">
        <option name="screenshot-on-failure" value="false" />
        <option name="bugreportz-on-failure" value="false" />
        <option name="logcat-on-failure" value="true" />
  </object>
</configuration>