Merge "Revert "Temporarily turn on callstack logging""

This commit is contained in:
John Reck 2014-04-24 23:49:19 +00:00 committed by Android (Google) Code Review
commit 6ec9862df1
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}