summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL/egl_tls.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/libs/EGL/egl_tls.cpp')
-rw-r--r--opengl/libs/EGL/egl_tls.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/opengl/libs/EGL/egl_tls.cpp b/opengl/libs/EGL/egl_tls.cpp
index 41cfae1..52312a2 100644
--- a/opengl/libs/EGL/egl_tls.cpp
+++ b/opengl/libs/EGL/egl_tls.cpp
@@ -78,9 +78,7 @@ void egl_tls_t::setErrorEtcImpl(
char value[PROPERTY_VALUE_MAX];
property_get("debug.egl.callstack", value, "0");
if (atoi(value)) {
- CallStack stack;
- stack.update();
- stack.dump();
+ CallStack stack(LOG_TAG);
}
}
tls->error = error;