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

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

am 1add7894: am 97b3e43f: am e2e15d6d: am a0ab49bb: Merge "Fix incorrect name...

am 1add7894: am 97b3e43f: am e2e15d6d: am a0ab49bb: Merge "Fix incorrect name in eglSwapBuffers log wrapper"

* commit '1add7894':
  Fix incorrect name in eglSwapBuffers log wrapper
parents 6a0db599 1add7894
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();