summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
author Pablo Gamito <pablogamito@google.com> 2025-03-21 09:22:29 -0700
committer Pablo Gamito <pablogamito@google.com> 2025-03-21 09:23:26 -0700
commitea16d5608f8e95eb4e73b4b710d2168af3a84a2c (patch)
treedc5524492f1bb60a2fc4a10dad1923cbcea208ca /libs
parent75493ff9dfa47e079a526e8c2e9f8a1804f729c2 (diff)
Remove DefaultUITraceListener from SplitScreen flicker service tests
We shouldn't need the DefaultUITraceListener in Flicker service tests that use the FlickerServiceJUnitRunner. The tests should already be collecting the traces automatically. Bug: 405330360 Flag: TEST_ONLY Change-Id: I0f2ab2d37ae6371fedba50bf8d2799b3616119ba
Diffstat (limited to 'libs')
-rw-r--r--libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-service/AndroidTestTemplate.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-service/AndroidTestTemplate.xml b/libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-service/AndroidTestTemplate.xml
index 7659ec903480..8cbec687d8d8 100644
--- a/libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-service/AndroidTestTemplate.xml
+++ b/libs/WindowManager/Shell/tests/e2e/splitscreen/flicker-service/AndroidTestTemplate.xml
@@ -74,10 +74,6 @@
<option name="shell-timeout" value="6600s"/>
<option name="test-timeout" value="6000s"/>
<option name="hidden-api-checks" value="false"/>
- <option name="device-listeners" value="android.tools.collectors.DefaultUITraceListener"/>
- <!-- DefaultUITraceListener args -->
- <option name="instrumentation-arg" key="per_run" value="true"/>
- <option name="instrumentation-arg" key="perfetto_persist_pid_track" value="true"/>
</test>
<!-- Needed for pulling the collected trace config on to the host -->
<metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector">