Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Ensure shutdown waits for render #14134

Merged
merged 1 commit into from
Feb 13, 2021

Conversation

unknownbrackets
Copy link
Collaborator

We apparently have a case where render is busy during shutdown, based on crash reports.

Trying to catch #14082's LogoScreen crash. I feel like it must mean these race, which in theory could happen if onDestroy() doesn't prevent render() from being called I suppose.

-[Unknown]

We apparently have a case where render is busy during shutdown, based on
crash reports.
@hrydgard hrydgard added this to the v1.11.2 milestone Feb 13, 2021
@hrydgard
Copy link
Owner

Worth a shot! Change makes sense.

Sometimes I have an urge to just delete all the Android windowing code and start anew with the real NDK NativeActivity instead, although I'm not sure it would really simplify things...

@hrydgard hrydgard merged commit 91f84ce into hrydgard:master Feb 13, 2021
@unknownbrackets unknownbrackets deleted the android-render branch February 13, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants