diff options
-rw-r--r-- | properties.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/properties.mk b/properties.mk index f4cd6ad..d455a79 100644 --- a/properties.mk +++ b/properties.mk @@ -102,6 +102,10 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ # Display PRODUCT_PROPERTY_OVERRIDES += \ + debug.sf.early_app_phase_offset_ns=1500000 \ + debug.sf.early_gl_app_phase_offset_ns=15000000 \ + debug.sf.early_gl_phase_offset_ns=3000000 \ + debug.sf.early_phase_offset_ns=1500000 \ debug.sf.enable_gl_backpressure=1 \ debug.sf.enable_hwc_vds=1 \ debug.sf.hw=1 \ |