summaryrefslogtreecommitdiff
path: root/libs/WindowManager/Shell/tests/flicker/AndroidTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libs/WindowManager/Shell/tests/flicker/AndroidTest.xml')
-rw-r--r--libs/WindowManager/Shell/tests/flicker/AndroidTest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/AndroidTest.xml b/libs/WindowManager/Shell/tests/flicker/AndroidTest.xml
index f06d57c6c789..ad4ccc0288ad 100644
--- a/libs/WindowManager/Shell/tests/flicker/AndroidTest.xml
+++ b/libs/WindowManager/Shell/tests/flicker/AndroidTest.xml
@@ -11,6 +11,8 @@
<option name="force-skip-system-props" value="true" />
<!-- set WM tracing verbose level to all -->
<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" />
<!-- restart launcher to activate TAPL -->
<option name="run-command" value="setprop ro.test_harness 1 ; am force-stop com.google.android.apps.nexuslauncher" />
</target_preparer>