diff options
| author | 2021-06-01 17:38:24 +0000 | |
|---|---|---|
| committer | 2021-06-01 17:38:24 +0000 | |
| commit | 9a7d94a24d36b25353f049c94a9e23025643b077 (patch) | |
| tree | 0ee5660087f206cbf7c2ecf6f8ba5bcb85ee11f8 /vulkan/libvulkan/api.cpp | |
| parent | 9a049d867e71b419af44a83567c0b1af3897086f (diff) | |
Temporarily turn off latency reporting
The latency tracker is currently causing a crash due to a failed
assumption. Inside the tracker, there are 2 collections that are
expected to always be in sync. However, in dogfood, we are seeing:
Abort message: 'Event 102634453 is in mEventTimes, but not in mTimelines'
While we are trying to identify the issue, let's turn off the latency
reporting by simply not invoking the 'trackListener' portion of the
latency tracker.
This will avoid calling 'reportAndPruneMatureRecords', which is
currently the source of the crash.
This will not negatively impact the calls to 'trackFinishedEvent' and
'trackGraphicsLatency' because those will just quit early if the event
is not found.
Bug: 189319094
Test: presubmit
Change-Id: I3282eb30622d48f13a380020704105981bd3ae39
Diffstat (limited to 'vulkan/libvulkan/api.cpp')
0 files changed, 0 insertions, 0 deletions