commit | c2499f3a6b3d7424042d117ef70476195bc836f2 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue May 09 10:25:47 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue May 09 10:25:47 2023 +0000 |
tree | be5eaa87cb9aeb8d89db06aa7e35075fcd108b85 | |
parent | 7fb86297e09acd278343d88a482bcecfffed8b51 [diff] | |
parent | ad1c7b892e74407e023422b7df6a9a3b8a50da73 [diff] |
Merge "Update expected pre dump file names" into udc-dev am: bd65cc20d9 am: ad1c7b892e Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/23082396 Change-Id: I885107a8f2168b02a75863df8f0da68c060801da 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"}, };