Merge "Temporarily turn on callstack logging"

This commit is contained in:
John Reck 2014-04-09 17:06:05 +00:00 committed by Android (Google) Code Review
commit 10f91bbf7d
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 (atoi(value)) {
if (true || atoi(value)) {
CallStack stack(LOG_TAG);
}
}