Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40da5283 authored by Igor Murashkin's avatar Igor Murashkin Committed by Android (Google) Code Review
Browse files

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

parents 46417b84 1f836332
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, ...)                         \