Merge "EGL: rename CallStack::dump into CallStack::log" into klp-dev

This commit is contained in:
Igor Murashkin 2013-10-30 21:09:39 +00:00 committed by Android (Google) Code Review
commit 40da5283eb

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