diff options
author | Marco <marco.rizzo.00@outlook.com> | 2022-03-19 19:42:19 -0300 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-01-05 22:04:15 +0530 |
commit | 59d54c1f45d30481238a70dd936aff2e05aa300c (patch) | |
tree | 7352d78a2d336b6eaa8cab363b89e88cc6f4f484 | |
parent | ce58e0e281d54ddb96801d1fe47cc1e8471e1b39 (diff) |
veux: props: enable debug.sf.hw
its value is 1 in coral sources: https://android.googlesource.com/device/google/coral/+/refs/heads/master/product.prop
also fixes Android Auto related issues
-rw-r--r-- | vendor.prop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor.prop b/vendor.prop index 673b7e3..d9dbbcd 100644 --- a/vendor.prop +++ b/vendor.prop @@ -184,7 +184,7 @@ debug.sf.high_fps_early_phase_offset_ns=-4000000 debug.sf.high_fps_late_app_phase_offset_ns=1000000 debug.sf.high_fps_late_sf_phase_offset_ns=-4000000 debug.sf.frame_rate_multiple_threshold=120 -debug.sf.hw=0 +debug.sf.hw=1 debug.sf.enable_hwc_vds=0 persist.sys.sf.color_mode=0 persist.sys.sf.color_saturation=1.0 |