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

Commit 0557293a authored by Bruno Martins's avatar Bruno Martins Committed by Sahil Sonar
Browse files

tetris: Tweak surfaceflinger work durations

This matches early stock Android 14 based builds.

Change-Id: Ic8c4391495c4a9a3bf7e1803f51e414b1835e27d
parent 4d7e9505
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -193,15 +193,15 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
    debug.renderengine.backend=skiaglthreaded \
    debug.sf.disable_backpressure=1 \
    debug.sf.early.app.duration=20000000 \
    debug.sf.early.sf.duration=27600000 \
    debug.sf.earlyGl.app.duration=20000000 \
    debug.sf.earlyGl.sf.duration=27600000 \
    debug.sf.early.app.duration=13666666 \
    debug.sf.early.sf.duration=15666666 \
    debug.sf.earlyGl.app.duration=13666666 \
    debug.sf.earlyGl.sf.duration=15666666 \
    debug.sf.enable_gl_backpressure=0 \
    debug.sf.enable_hwc_vds=0 \
    debug.sf.hwc.min.duration=2000000 \
    debug.sf.late.app.duration=20000000 \
    debug.sf.late.sf.duration=15600000 \
    debug.sf.late.app.duration=13666666 \
    debug.sf.late.sf.duration=15666666 \
    debug.sf.set_binder_thread_rt=1 \
    debug.sf.use_phase_offsets_as_durations=1 \
    debug.stagefright.c2inputsurface=-1 \