diff options
Diffstat (limited to 'opengl/libs/EGL/egl.cpp')
-rw-r--r-- | opengl/libs/EGL/egl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp index 67fbae5..44b5560 100644 --- a/opengl/libs/EGL/egl.cpp +++ b/opengl/libs/EGL/egl.cpp @@ -222,7 +222,7 @@ static int gl_no_context() { } char value[PROPERTY_VALUE_MAX]; property_get("debug.egl.callstack", value, "0"); - if (atoi(value)) { + if (true || atoi(value)) { CallStack stack(LOG_TAG); } } |