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

Commit 3bedae5d authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Increase SF buffer size before starting flicker tests

Ensure all data from a CUJ fits in the buffer

Test: atest FlickerTests WMShellFlickerTests
Change-Id: I6e00acfdee26dcec349a3aa5d82f15ac664e62df
parent bc287a10
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
        <option name="run-command" value="cmd window tracing level all" />
        <!-- set WM tracing to frame (avoid incomplete states) -->
        <option name="run-command" value="cmd window tracing frame" />
        <!-- set Layer tracing buffer size to 50mb -->
        <option name="run-command" value="su root service call SurfaceFlinger 1029 i32 51200" />
        <!-- ensure lock screen mode is swipe -->
        <option name="run-command" value="locksettings set-disabled false" />
        <!-- restart launcher to activate TAPL -->
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
        <option name="run-command" value="cmd window tracing level all" />
        <!-- set WM tracing to frame (avoid incomplete states) -->
        <option name="run-command" value="cmd window tracing frame" />
        <!-- set Layer tracing buffer size to 50mb -->
        <option name="run-command" value="su root service call SurfaceFlinger 1029 i32 51200" />
        <!-- ensure lock screen mode is swipe -->
        <option name="run-command" value="locksettings set-disabled false" />
        <!-- restart launcher to activate TAPL -->