-
Notifications
You must be signed in to change notification settings - Fork 1
/
product.prop
62 lines (51 loc) · 1.51 KB
/
product.prop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Adaptive Suspend
suspend.short_suspend_threshold_millis=2000
suspend.short_suspend_backoff_enabled=true
suspend.max_sleep_time_millis=40000
# Charger
ro.charger.enable_suspend=true
# Display
debug.sf.hw=0
debug.egl.hw=0
debug.sf.auto_latch_unsignaled=true
debug.sf.phase_offset_threshold_for_next_vsync_ns=6100000
debug.mdpcomp.logs=0
persist.sys.sf.disable_blurs=1
ro.surface_flinger.supports_background_blur=1
vendor.gralloc.disable_ubwc=0
vendor.display.disable_scaler=0
vendor.display.disable_excl_rect=0
vendor.display.disable_excl_rect_partial_fb=1
vendor.display.comp_mask=0
debug.sf.disable_client_composition_cache=1
vendor.display.disable_rotator_ubwc=1
vendor.display.disable_layer_stitch=0
vendor.display.disable_hw_recovery_dump=1
vendor.display.disable_rotator_downscale=1
# LMKD
ro.config.low_ram=false
ro.lmk.log_stats=false
# LMK tuning
ro.lmk.filecache_min_kb=153600
ro.lmk.stall_limit_critical=40
# IMS
ro.telephony.block_binder_thread_on_incoming_calls=false
# Incremental FS
ro.incremental.enable=1
# IORap
ro.iorapd.enable=true
iorapd.perfetto.enable=true
iorapd.readahead.enable=true
# Phantom process monitoring
sys.fflag.override.settings_enable_monitor_phantom_procs=false
# RIL
persist.vendor.qti.telephony.vt_cam_interface=2
persist.vendor.radio.report_codec=1
persist.vendor.radio.vdp_on_ims_cap=1
# Shutdown
ro.build.shutdown_timeout=2
# Kill Logspams
persist.vendor.ims.disableADBLogs=1
persist.vendor.ims.disableDebugLogs=1
persist.vendor.ims.disableIMSLogs=1
persist.vendor.ims.disableQXDMLogs=1