diff options
author | 2023-05-08 10:18:42 +0000 | |
---|---|---|
committer | 2023-05-08 10:19:05 +0000 | |
commit | dcdd46d53f8fe3ce13c5defed11004d60787e878 (patch) | |
tree | 3bab1d03a06c90952fa08c38e250e8efc67e0a32 | |
parent | 3f8b46266eb3cad17ed2eb1657da3f362ea9ece8 (diff) |
Update expected pre dump file names
Fixes: 281047036
Test: atest dumpstate_test
Change-Id: I21ef99717fb71dcf079a76cf2ba6f93b53323e36
-rw-r--r-- | cmds/dumpstate/tests/dumpstate_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/dumpstate/tests/dumpstate_test.cpp b/cmds/dumpstate/tests/dumpstate_test.cpp index 5cbcf9fdf6..a417837ef9 100644 --- a/cmds/dumpstate/tests/dumpstate_test.cpp +++ b/cmds/dumpstate/tests/dumpstate_test.cpp @@ -1001,7 +1001,7 @@ TEST_F(DumpstateTest, PreDumpUiData) { // 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"}, }; |