Merge "Increase buffer size during testing" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
04e2248b86
@@ -21,6 +21,9 @@
|
|||||||
<option name="run-command" value="setprop ro.test_harness 1 ; am force-stop com.google.android.apps.nexuslauncher" />
|
<option name="run-command" value="setprop ro.test_harness 1 ; am force-stop com.google.android.apps.nexuslauncher" />
|
||||||
<!-- Ensure output directory is empty at the start -->
|
<!-- Ensure output directory is empty at the start -->
|
||||||
<option name="run-command" value="rm -rf /sdcard/flicker" />
|
<option name="run-command" value="rm -rf /sdcard/flicker" />
|
||||||
|
<!-- Increase trace size: 20mb for WM and 80mb for SF -->
|
||||||
|
<option name="run-command" value="cmd window tracing size 20480" />
|
||||||
|
<option name="run-command" value="su root service call SurfaceFlinger 1029 i32 81920" />
|
||||||
</target_preparer>
|
</target_preparer>
|
||||||
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
|
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
|
||||||
<option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
|
<option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
|
||||||
|
|||||||
@@ -21,6 +21,9 @@
|
|||||||
<option name="run-command" value="setprop ro.test_harness 1 ; am force-stop com.google.android.apps.nexuslauncher" />
|
<option name="run-command" value="setprop ro.test_harness 1 ; am force-stop com.google.android.apps.nexuslauncher" />
|
||||||
<!-- Ensure output directory is empty at the start -->
|
<!-- Ensure output directory is empty at the start -->
|
||||||
<option name="run-command" value="rm -rf /sdcard/flicker" />
|
<option name="run-command" value="rm -rf /sdcard/flicker" />
|
||||||
|
<!-- Increase trace size: 20mb for WM and 80mb for SF -->
|
||||||
|
<option name="run-command" value="cmd window tracing size 20480" />
|
||||||
|
<option name="run-command" value="su root service call SurfaceFlinger 1029 i32 81920" />
|
||||||
</target_preparer>
|
</target_preparer>
|
||||||
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
|
<target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
|
||||||
<option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
|
<option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
|
||||||
|
|||||||
Reference in New Issue
Block a user