diff options
author | Siva Velusamy <vsiva@google.com> | 2012-10-10 14:02:55 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-10 14:02:55 -0700 |
commit | c6e84523201670241545a4858216c1d5514ce0e5 (patch) | |
tree | 4305ea466bdf0c60c37b198b685a71f3b7c044c2 /opengl/libs | |
parent | 8420c5fbe862753f7b7420c27f037b388c1103a9 (diff) | |
parent | 2e080904aba15f585fcf36df9b12ff8d00829523 (diff) | |
download | frameworks_native-c6e84523201670241545a4858216c1d5514ce0e5.zip frameworks_native-c6e84523201670241545a4858216c1d5514ce0e5.tar.gz frameworks_native-c6e84523201670241545a4858216c1d5514ce0e5.tar.bz2 |
Merge "gltrace: Do not start gltrace from early_egl_init."
Diffstat (limited to 'opengl/libs')
-rw-r--r-- | opengl/libs/EGL/egl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 7ca210c..085d3b0 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -192,7 +192,6 @@ static void early_egl_init(void) #if EGL_TRACE pthread_key_create(&gGLTraceKey, NULL); initEglTraceLevel(); - initEglDebugLevel(); #endif uint32_t addr = (uint32_t)((void*)gl_no_context); android_memset32( |