Merge "Temporarily turn on callstack logging"
This commit is contained in:
commit
10f91bbf7d
@ -222,7 +222,7 @@ static int gl_no_context() {
|
|||||||
}
|
}
|
||||||
char value[PROPERTY_VALUE_MAX];
|
char value[PROPERTY_VALUE_MAX];
|
||||||
property_get("debug.egl.callstack", value, "0");
|
property_get("debug.egl.callstack", value, "0");
|
||||||
if (atoi(value)) {
|
if (true || atoi(value)) {
|
||||||
CallStack stack(LOG_TAG);
|
CallStack stack(LOG_TAG);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user