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

Commit dc9ffb5e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Increase buffer size during testing" into udc-dev am: 04e2248b am:...

Merge "Increase buffer size during testing" into udc-dev am: 04e2248b am: 3d0b020c am: 64ab1ffd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22965556



Change-Id: I64f86fe54b2c31b273a49ddf263e2c8fb5a26b81
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 36b7b37b 64ab1ffd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@
        <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 -->
        <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 class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@
        <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 -->
        <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 class="com.android.tradefed.targetprep.RunCommandTargetPreparer">
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1" />