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

Commit 54460409 authored by Brian Harris's avatar Brian Harris Committed by Michael Chock
Browse files

Fix incorrect name in eglSwapBuffers log wrapper

Correctly identify eglSwapBuffers in EGLLogWrapper, which had been
labeled as "eglInitialize".

Change-Id: I67c61e100e2f84400ceebc28712f036e5a055017
parent 7adc233c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ class EGLLogWrapper implements EGL11 {
    }

    public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) {
        begin("eglInitialize");
        begin("eglSwapBuffers");
        arg("display", display);
        arg("surface", surface);
        end();