commit | ad1c7b892e74407e023422b7df6a9a3b8a50da73 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue May 09 09:37:50 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 09 09:37:50 2023 +0000 |
tree | be5eaa87cb9aeb8d89db06aa7e35075fcd108b85 | |
parent | 814251d8444b2f381323cda9f093654bd765605c [diff] | |
parent | bd65cc20d9de72531643c48c243d6ba18c837baa [diff] |
Merge "Update expected pre dump file names" into udc-dev am: bd65cc20d9 Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/23082396 Change-Id: Ifaf0b87033dd9d98d49b3045cccc4a0113ad6267 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/cmds/dumpstate/tests/dumpstate_test.cpp b/cmds/dumpstate/tests/dumpstate_test.cpp index 5cbcf9f..a417837 100644 --- a/cmds/dumpstate/tests/dumpstate_test.cpp +++ b/cmds/dumpstate/tests/dumpstate_test.cpp
@@ -1001,7 +1001,7 @@ // These traces are always enabled, i.e. they are always pre-dumped const std::vector<std::filesystem::path> uiTraces = { std::filesystem::path{"/data/misc/wmtrace/transactions_trace.winscope"}, - std::filesystem::path{"/data/misc/wmtrace/transition_trace.winscope"}, + std::filesystem::path{"/data/misc/wmtrace/wm_transition_trace.winscope"}, std::filesystem::path{"/data/misc/wmtrace/shell_transition_trace.winscope"}, };