Very rarely, in the Android app that I'm developing, I see SDL_CreateWindow fail with "Could not fetch native window".
I can never reproduce the error, but I am interested in tracking it down and learning the root cause.
I wondered if there is race condition with threads, but I do not see how anything could cause the error.
Are there any ideas / suggestions for tracking this down?