diff --git a/opengl/java/android/opengl/EGLLogWrapper.java b/opengl/java/android/opengl/EGLLogWrapper.java index 36e88a2b8f0ba..c6779575504a3 100644 --- a/opengl/java/android/opengl/EGLLogWrapper.java +++ b/opengl/java/android/opengl/EGLLogWrapper.java @@ -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();