Temporarily turn on callstack logging

Bug: 13745587
 Temporarily turn on callstack logging for gl_no_context() to
 try and track down font cache corruption

Change-Id: I657ee85e811746441c5ce0ffe5adbfb3fb011d4c
This commit is contained in:
John Reck 2014-04-08 15:05:54 -07:00
parent fc9aeb8590
commit db4488565a
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);
}
}