commit | 11862d62b3e6e3a14cb3f4631d8564dfa7b3a6a3 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Fri Jan 06 19:20:56 2012 +0000 |
committer | Jean-Baptiste Queru <jbq@google.com> | Thu Jan 19 14:45:03 2012 -0800 |
tree | 7c2fae2a60509e3deedc3a51e2d5c0ae5966f681 | |
parent | 252778f3ef8deb8103ad60ba84636cf16e0bf605 [diff] [blame] |
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) Change-Id: I1de629b4632a4b3187ca1a28d6416daccd35f924
diff --git a/opengl/libs/GLES_CM/gl.cpp b/opengl/libs/GLES_CM/gl.cpp index ee29f12..2d31a35 100644 --- a/opengl/libs/GLES_CM/gl.cpp +++ b/opengl/libs/GLES_CM/gl.cpp
@@ -132,7 +132,7 @@ #define CHECK_GL_ERRORS(_api) \ do { GLint err = glGetError(); \ - LOGE_IF(err != GL_NO_ERROR, "%s failed (0x%04X)", #_api, err); \ + ALOGE_IF(err != GL_NO_ERROR, "%s failed (0x%04X)", #_api, err); \ } while(false); #else