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

Commit b999a7b4 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

[sf] make legacy frontend debug flag persistent

Legacy frontend is still the default but we enable the new
front end, we want to disable the legacy by default as well.

Change-Id: I04ec50e05e9022be6efe1f83f29783ef49b11023
Test: presubmit
Bug: 238781169
parent 9b6f3c23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -476,7 +476,7 @@ SurfaceFlinger::SurfaceFlinger(Factory& factory) : SurfaceFlinger(factory, SkipI
    mLayerLifecycleManagerEnabled =
            base::GetBoolProperty("persist.debug.sf.enable_layer_lifecycle_manager"s, false);
    mLegacyFrontEndEnabled = !mLayerLifecycleManagerEnabled ||
            base::GetBoolProperty("debug.sf.enable_legacy_frontend"s, true);
            base::GetBoolProperty("persist.debug.sf.enable_legacy_frontend"s, false);
}

LatchUnsignaledConfig SurfaceFlinger::getLatchUnsignaledConfig() {