EGL: rename CallStack::dump into CallStack::log
Bug: 11324229 Change-Id: Ibac1be182c336e7aa5ac098f08d18b3c188964b4
This commit is contained in:
parent
3223217aed
commit
1f8363329c
@ -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, ...) \
|
||||
|
Loading…
Reference in New Issue
Block a user