SF TimeStats: change the container of TimeRecord
The current container of TimeRecord is std::vector which behaves not well when it tries to erase an element on the front. This change update the container to std::deque instead. Test: dumpsys SurfaceFlinger --timestats <see go/sf-timestats for args> Bug: b/70388650 Change-Id: Ib3f695f46eb21dc27b0ed725b86764331f304be2
Loading
Please register or sign in to comment