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

Commit ac2f4189 authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Always enable logcat-on-failure for Telecom tests" am: 836ea614 am: 6b01a8b3

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/1371053

Change-Id: I7b047db5686250f459d4810bef67ec30a6e47295
parents b1e224fe 6b01a8b3
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>