mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user