commit | d88b032068d92f1695eccaa7d1c4f3dcd1e3fb2e | [log] [tgz] |
---|---|---|
author | Priyanka <priyankaspatel@google.com> | Tue Mar 12 14:02:15 2024 +0000 |
committer | Priyanka <priyankaspatel@google.com> | Fri Mar 15 11:07:46 2024 +0000 |
tree | 62df4d16f9f5475dbf0b286ec3b9936afffd0a20 | |
parent | 4382f1af237ab6d07b57de19488a284b185db889 [diff] |
Relax "old data" criteria to allow collection of wm transitions trace via proxy. Wm Transitions all have an elapsed timestamp of 0 and a real timestamp of the realToElapsedTimeOffset. This caused the wm_transition_trace to be discarded from proxy collected files. We should bypass the "old data" check for WM Transitions just like we do for SF/WM dumps. Fixes: 329237790 Test: npm run test:unit:ci Change-Id: I9993439b2b01fb5c411baf7c0100d9eecd9a1151