commit | d4c54bf339ae48b75f2353c7dcf3ae2fedc07a07 | [log] [tgz] |
---|---|---|
author | Jorim Jaggi <jjaggi@google.com> | Wed Feb 17 23:49:52 2021 +0100 |
committer | Jorim Jaggi <jjaggi@google.com> | Wed Feb 17 23:49:52 2021 +0100 |
tree | b2261c1017a0549f393f55857218801078b4425e | |
parent | 71db8892acc0c80c343141139bde8cfd3f037c4a [diff] |
Add missing frame info name Test: Provoke Davey, no crash Bug: 171046219 Change-Id: Ife596b3ffe131ce201973417222a058ff7baec0f
diff --git a/libs/hwui/FrameInfo.cpp b/libs/hwui/FrameInfo.cpp index ce9b288..5d3f6f2 100644 --- a/libs/hwui/FrameInfo.cpp +++ b/libs/hwui/FrameInfo.cpp
@@ -40,6 +40,7 @@ "DequeueBufferDuration", "QueueBufferDuration", "GpuCompleted", + "SwapBuffersCompleted" }; static_assert(static_cast<int>(FrameInfoIndex::NumIndexes) == 20,