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

Commit 1f836332 authored by Igor Murashkin's avatar Igor Murashkin
Browse files

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

Bug: 11324229
Change-Id: Ibac1be182c336e7aa5ac098f08d18b3c188964b4
parent 3223217a
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, ...)                         \