From d7e3a56290561946fdb0ec83bfcc3c91d0673e97 Mon Sep 17 00:00:00 2001 From: Siddharth Kapoor Date: Tue, 18 May 2021 23:23:28 +0800 Subject: [PATCH] Increase earlySf duration to accomodate animation cases Bug: 161945010 Test: traces shared at b/161945010#comment17 Change-Id: I894b139e71b50c9b6e64b6f73a633da67f00dd16 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index c0d657ca..f5df5207 100644 --- a/device.mk +++ b/device.mk @@ -584,7 +584,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.use_phase_offsets_as_durations=1 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.late.sf.duration=8300000 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.late.app.duration=16600000 -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.early.sf.duration=8300000 +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.early.sf.duration=16600000 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.early.app.duration=16600000 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.earlyGl.sf.duration=16600000 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += debug.sf.earlyGl.app.duration=16600000