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

Commit 6b01a8b3 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

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

Change-Id: I050f0672f61e264005da8bdf036b32954a67b071
parents 41e053d9 836ea614
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>