am bb3b5249: am 40da5283: Merge "EGL: rename CallStack::dump into CallStack::log" into klp-dev

* commit 'bb3b52495909ee1ce5d8b9beb6e8a9c72f0cdd90':
  EGL: rename CallStack::dump into CallStack::log
This commit is contained in:
Igor Murashkin 2013-10-30 14:18:46 -07:00 committed by Android Git Automerger
commit 8252bf752a

View 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, ...) \