I have Googled EGL_emulation: eglMakeCurrent
looking for a solution to why this keeps popping up - but nothing that I can find that really matches what I am doing. There are a couple of unanswered SO questions that touch this subject. But again, I am still unsure what is causing it. I am building a Kotlin application.
I don't want to just regex it out -- if there is an actual issue I want to resolve it.
My app can be doing nothing. I can clear the log and in just a few seconds I have hundreds of these events.
But while my app is running this is just a constant stream and it makes it incredibly difficult to find my own log output.
How do I resolve this issue? I don't even know what would be causing it to post any code.