Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db448856 authored by John Reck's avatar John Reck
Browse files

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
parent fc9aeb85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }
    }