summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Murashkin <iam@google.com>2013-10-25 17:13:57 -0700
committerIgor Murashkin <iam@google.com>2013-10-25 17:13:57 -0700
commit1f8363329cd6b00c4f8e6f1f97bb3e76071d124a (patch)
treee34e35aee9e3329578202b5c022d8b705b5988db
parent3223217aed6dcfa55b5b952cd6be71f70e41ba63 (diff)
downloadnative-1f8363329cd6b00c4f8e6f1f97bb3e76071d124a.tar.gz
EGL: rename CallStack::dump into CallStack::log
Bug: 11324229 Change-Id: Ibac1be182c336e7aa5ac098f08d18b3c188964b4
-rw-r--r--opengl/libs/EGL/trace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/trace.cpp b/opengl/libs/EGL/trace.cpp
index bac6ba8ecf..3e228e45a0 100644
--- a/opengl/libs/EGL/trace.cpp
+++ b/opengl/libs/EGL/trace.cpp
@@ -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, ...) \