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

Commit 7a4110d3 authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Always enable logcat-on-failure for Telecom tests"

parents 8ef0d20d 4e7d2728
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>