Merge "EGL: rename CallStack::dump into CallStack::log" into klp-dev
This commit is contained in:
commit
40da5283eb
@ -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