diff options
author | Steve Block <steveblock@google.com> | 2011-12-20 16:23:08 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-03 22:38:27 +0000 |
commit | 9d4536835248525f32f1504a3d28d5bbfa0a2910 (patch) | |
tree | d75ee99e732f634ca5892b52fa869ce520df29c9 /opengl/libs/EGL/egl.cpp | |
parent | 7aa67d5ba2af9cf9998f47c5b47be86df81804a6 (diff) | |
download | frameworks_native-9d4536835248525f32f1504a3d28d5bbfa0a2910.zip frameworks_native-9d4536835248525f32f1504a3d28d5bbfa0a2910.tar.gz frameworks_native-9d4536835248525f32f1504a3d28d5bbfa0a2910.tar.bz2 |
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/156016
Bug: 5449033
Change-Id: I4c4e33bb9df3e39e11cd985e193e6fbab4635298
Diffstat (limited to 'opengl/libs/EGL/egl.cpp')
-rw-r--r-- | opengl/libs/EGL/egl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 14745b3..0102caf 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -259,7 +259,7 @@ static EGLBoolean egl_init_drivers_locked() { cnx->hooks[GLESv2_INDEX] = &gHooks[GLESv2_INDEX][IMPL_HARDWARE]; cnx->dso = loader.open(EGL_DEFAULT_DISPLAY, 1, cnx); } else { - LOGD("3D hardware acceleration is disabled"); + ALOGD("3D hardware acceleration is disabled"); } } |