diff options
| author | 2021-03-12 09:40:15 +0000 | |
|---|---|---|
| committer | 2021-03-12 09:40:15 +0000 | |
| commit | 8923c65435b03a43f55ec39f7964763753044fe2 (patch) | |
| tree | f262572bfc29686cb890597f57cbf9a7629814d1 | |
| parent | c057bd3c663008e5968ca06cdbf7136ba7a12d0f (diff) | |
| parent | d85b2e28c7cc848401d7eac6b51d3b0b169b8079 (diff) | |
Merge "Log WM trace on frame instead of transaction" into sc-dev
| -rw-r--r-- | libs/WindowManager/Shell/tests/flicker/AndroidTest.xml | 2 | ||||
| -rw-r--r-- | tests/FlickerTests/AndroidTest.xml | 2 |
2 files changed, 4 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> diff --git a/tests/FlickerTests/AndroidTest.xml b/tests/FlickerTests/AndroidTest.xml index b2719fbcac82..896ec9ae922c 100644 --- a/tests/FlickerTests/AndroidTest.xml +++ b/tests/FlickerTests/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> |