am 43bd832d
: am 0acb00c2
: Merge "fix typo that prevented proper loging of EGL error code" into jb-mr1-dev
* commit '43bd832d128726334de622d67aaac09051c07941': fix typo that prevented proper loging of EGL error code
This commit is contained in:
commit
58deaa8b29
@ -233,7 +233,7 @@ void DisplayDevice::swapBuffers(HWComposer& hwc) const {
|
||||
if (error == EGL_CONTEXT_LOST ||
|
||||
mType == DisplayDevice::DISPLAY_PRIMARY) {
|
||||
LOG_ALWAYS_FATAL("eglSwapBuffers(%p, %p) failed with 0x%08x",
|
||||
mDisplay, mSurface, eglGetError());
|
||||
mDisplay, mSurface, error);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user