summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2014-04-09 17:06:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-04-09 17:06:06 +0000
commit10f91bbf7db6eb999de8f7041a8c7bb0cb809799 (patch)
treeab0959264a941127ff880e9650295380661e99fd /opengl
parentfb9bf8725d682568fb509e2dac0587fa4e493572 (diff)
parentdb4488565a791fc769b0b0b6ca4a0689eb3d5f4e (diff)
downloadframeworks_native-10f91bbf7db6eb999de8f7041a8c7bb0cb809799.zip
frameworks_native-10f91bbf7db6eb999de8f7041a8c7bb0cb809799.tar.gz
frameworks_native-10f91bbf7db6eb999de8f7041a8c7bb0cb809799.tar.bz2
Merge "Temporarily turn on callstack logging"
Diffstat (limited to 'opengl')
-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 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);
}
}