EGL: rename CallStack::dump into CallStack::log

Bug: 11324229
Change-Id: Ibac1be182c336e7aa5ac098f08d18b3c188964b4
This commit is contained in:
Igor Murashkin 2013-10-25 17:13:57 -07:00
parent 3223217aed
commit 1f8363329c
1 changed files with 1 additions and 1 deletions

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