Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 827eb87a authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Automerger Merge Worker
Browse files

Merge "Add missing frame info name" into sc-dev am: 8c7cbddb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13607745

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I535549c9a5d7d442721dde7e65a4d9d56e8464a6
parents c16f7a8c 8c7cbddb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ const std::array<std::string, static_cast<int>(FrameInfoIndex::NumIndexes)> Fram
        "DequeueBufferDuration",
        "QueueBufferDuration",
        "GpuCompleted",
        "SwapBuffersCompleted"
};

static_assert(static_cast<int>(FrameInfoIndex::NumIndexes) == 20,