OSDN Git Service

EGL: rename CallStack::dump into CallStack::log
authorIgor Murashkin <iam@google.com>
Sat, 26 Oct 2013 00:13:57 +0000 (17:13 -0700)
committerIgor Murashkin <iam@google.com>
Sat, 26 Oct 2013 00:13:57 +0000 (17:13 -0700)
Bug: 11324229
Change-Id: Ibac1be182c336e7aa5ac098f08d18b3c188964b4

opengl/libs/EGL/trace.cpp

index bac6ba8..3e228e4 100644 (file)
@@ -435,7 +435,7 @@ EGLAPI gl_hooks_t gHooksSystrace = {
     if (error) {                                                          \
         CallStack s;                                                      \
         s.update();                                                       \
-        s.dump("glGetError:" #_api);                                      \
+        s.log("glGetError:" #_api);                                       \
     }                                                                     \
 
 #define TRACE_GL_VOID(_api, _args, _argList, ...)                         \