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

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

Merge "Revert "Temporarily turn on callstack logging""

parents c215abe8 1f246d73
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 (true || atoi(value)) {
        if (atoi(value)) {
            CallStack stack(LOG_TAG);
        }
    }