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

Commit 10f91bbf authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Temporarily turn on callstack logging"

parents fb9bf872 db448856
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);
        }
    }