-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Stop calling eglSwapBuffers immediately. (#3076)
Since we're seeing ANRs at SCREEN_OFF where the rasterizer thread appears to be hanging during eglSwapBuffers, this change attempts to avoid those ANRs by immediately skip calls to eglSwapBuffers when a surfaceDestroyed event is received, until a the next SurfaceCreated. Since Cobalt uses GameActivity, those are received in calls to OnNativeWindowDestroyed respectively OnNativeWindowCreated. b/225209442
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters