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

Commit 09f251b4 authored by Carlos Martinez Romero's avatar Carlos Martinez Romero
Browse files

Updated the default value of debug.sf.enable_gl_backpressure to 1.

Bug: 233818658
Test: Manual
Change-Id: I7cb62237804c3e04bb4525f9ff40cd842b2b4d2e
parent 99b1002b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ SurfaceFlinger::SurfaceFlinger(Factory& factory) : SurfaceFlinger(factory, SkipI
    int debugDdms = atoi(value);
    ALOGI_IF(debugDdms, "DDMS debugging not supported");

    property_get("debug.sf.enable_gl_backpressure", value, "0");
    property_get("debug.sf.enable_gl_backpressure", value, "1");
    mPropagateBackpressureClientComposition = atoi(value);
    ALOGI_IF(mPropagateBackpressureClientComposition,
             "Enabling backpressure propagation for Client Composition");