Don't lower priority of EGL Init thread

am: 37e63c705e

Change-Id: Icd21c9243558f4427d48f967f4ea4ae7aa1e2b02
This commit is contained in:
Jesse Hall
2017-01-24 18:13:07 +00:00
committed by android-build-merger

View File

@@ -44,7 +44,6 @@ public final class GraphicsEnvironment {
// without significantly disrupting other activity launch work.
Thread eglInitThread = new Thread(
() -> {
Thread.currentThread().setPriority(Thread.MIN_PRIORITY);
EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY);
},
"EGL Init");