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

Commit e2e15d6d authored by Jesse Hall's avatar Jesse Hall Committed by Android Git Automerger
Browse files

am a0ab49bb: Merge "Fix incorrect name in eglSwapBuffers log wrapper"

* commit 'a0ab49bb':
  Fix incorrect name in eglSwapBuffers log wrapper
parents 62d509d2 a0ab49bb
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();