commit | 1a43965a3018154cd1f2750e3ecade1e380fbdcf | [log] [tgz] |
---|---|---|
author | Kwangkyu Park <kk48.park@samsung.com> | Thu Oct 17 02:37:33 2024 +0900 |
committer | Vadim Caen <caen@google.com> | Tue Nov 12 08:57:25 2024 +0000 |
tree | c533a10fcc83251f12aa36252344cd5fd545daef | |
parent | 4b93de7e0d1cb96ddefd86728583ab0ebf06f594 [diff] |
Fix render thread early termination Status variables in the render thread were not initialized. Therefore, it contained garbage values, resulting in the thread termination and causing eglCreateWindowSurface to fail. Bug:373830419 Change-Id: I3a33e8f20eae9474c725988988a5d9950c0b248b (cherry picked from commit 3774b59be27672c2f6d7a053ad4e50ae91c5c9c8)