commit | 10f91bbf7db6eb999de8f7041a8c7bb0cb809799 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Wed Apr 09 17:06:05 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 09 17:06:06 2014 +0000 |
tree | ab0959264a941127ff880e9650295380661e99fd | |
parent | fb9bf8725d682568fb509e2dac0587fa4e493572 [diff] | |
parent | db4488565a791fc769b0b0b6ca4a0689eb3d5f4e [diff] |
Merge "Temporarily turn on callstack logging"
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 @@ } char value[PROPERTY_VALUE_MAX]; property_get("debug.egl.callstack", value, "0"); - if (atoi(value)) { + if (true || atoi(value)) { CallStack stack(LOG_TAG); } }