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

Commit b94d84a0 authored by Ady Abraham's avatar Ady Abraham
Browse files

SurfaceFlinger: enable LayerHistoryV2

Flip the flag to start using the new refresh rate selection algorithm.

Bug: 147516364
Change-Id: Ib59fc9cbeb6404b7aa8653912fc3edd17ce7a098
Test: adb shell /data/nativetest64/libsurfaceflinger_unittest/libsurfaceflinger_unittest
parent 71c437dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ std::unique_ptr<Scheduler> DefaultFactory::createScheduler(
        ISchedulerCallback& schedulerCallback) {
    return std::make_unique<Scheduler>(std::move(setVSyncEnabled), configs, schedulerCallback,
                                       property_get_bool("debug.sf.use_content_detection_v2",
                                                         false));
                                                         true));
}

std::unique_ptr<SurfaceInterceptor> DefaultFactory::createSurfaceInterceptor(