commit | 6ec9862df1a0dffd334bc37ba9cd15340f10d6c1 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Apr 24 23:49:19 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 24 23:49:19 2014 +0000 |
tree | 103a4d9297d55d6a2d3ca0a9bd28ae52fd4a0b09 | |
parent | c215abe8e8d27eeae8e8dfff611ca0b4c16477f1 [diff] | |
parent | 1f246d73d809f1502eb816b86b5d3c3f4de728dc [diff] |
Merge "Revert "Temporarily turn on callstack logging""
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 @@ } char value[PROPERTY_VALUE_MAX]; property_get("debug.egl.callstack", value, "0"); - if (true || atoi(value)) { + if (atoi(value)) { CallStack stack(LOG_TAG); } }