Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb3cde5b authored by Jesse Hall's avatar Jesse Hall Committed by android-build-merger
Browse files

Don't lower priority of EGL Init thread am: 37e63c70

am: e8a5df85

Change-Id: I5fe07a9c459e8be4e5ef19aca8d750eecfd44bb3
parents 38783879 e8a5df85
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");