summaryrefslogtreecommitdiffstats
path: root/opengl/libs/EGL
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-04-24 23:34:32 +0000
committerJohn Reck <jreck@google.com>2014-04-24 23:35:26 +0000
commit1f246d73d809f1502eb816b86b5d3c3f4de728dc (patch)
treeb41fd1b347cfb4633f2ffc8f19ca58e2cb113d92 /opengl/libs/EGL
parentdb4488565a791fc769b0b0b6ca4a0689eb3d5f4e (diff)
downloadframeworks_native-1f246d73d809f1502eb816b86b5d3c3f4de728dc.zip
frameworks_native-1f246d73d809f1502eb816b86b5d3c3f4de728dc.tar.gz
frameworks_native-1f246d73d809f1502eb816b86b5d3c3f4de728dc.tar.bz2
Revert "Temporarily turn on callstack logging"
Bug: 13927881 'twas useful and perhaps should be always enabled (please?) but not like this, so reverting. This reverts commit db4488565a791fc769b0b0b6ca4a0689eb3d5f4e. Change-Id: I9a78c6d6e48342ef6ca1f2f7b5303ca47ccc6086
Diffstat (limited to 'opengl/libs/EGL')
-rw-r--r--opengl/libs/EGL/egl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 44b5560..67fbae5 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 (true || atoi(value)) {
+ if (atoi(value)) {
CallStack stack(LOG_TAG);
}
}