Further syncing Launcher3 atest XML config with the GCL one

Test: abtd
Flag: N/A
Bug: 271324404
Change-Id: I51f02c290fa2efba2d7dac68090105e67b017f51
This commit is contained in:
Vadim Tryshev
2024-03-06 10:36:55 -08:00
parent f114ec5b26
commit 7a4b8a4513

View File

@@ -18,6 +18,15 @@
<option name="test-suite-tag" value="apct" />
<option name="test-suite-tag" value="apct-instrumentation" />
<option name="max-tmp-logcat-file" value="104857600" /> <!-- 100 * 1024 * 1024 -->
<logger class="com.android.tradefed.log.FileLogger">
<option name="max-log-size" value="20" />
</logger>
<!-- Disables the "Ramdump uploader to betterbug" -->
<option name="post-boot-command" value="am broadcast --async --user 0 -a com.google.gservices.intent.action.GSERVICES_OVERRIDE -e betterbug_enable_ramdump_uploader false" />
<target_preparer class="com.android.tradefed.targetprep.DeviceSetup">
<option name="set-test-harness" value="true" />
@@ -34,6 +43,9 @@
<option name="run-command" value="settings delete secure assistant" />
<option name="run-command" value="settings put global airplane_mode_on 1" />
<option name="run-command" value="am broadcast -a android.intent.action.AIRPLANE_MODE" />
<option name="run-command" value="settings put system pointer_location 1" />
<option name="run-command" value="settings put system show_touches 1" />
</target_preparer>
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">