system prop: Disable camera UBWC
Disable camera (CPP) UBWC for time being till the CPP page fault issue is fixed. Change-Id: I56f5e4b731580b47e0b82ff2edaa3803ac816b32 CRs-Fixed: 2024750
This commit is contained in:
parent
bd9605bac6
commit
91e7368b62
1 changed files with 3 additions and 0 deletions
|
@ -182,5 +182,8 @@ camera.lowpower.record.enable=1
|
|||
#Expose aux camera for below packages
|
||||
camera.aux.packagelist=org.codeaurora.snapcam
|
||||
|
||||
#disable UBWC for camera
|
||||
persist.camera.preview.ubwc=0
|
||||
|
||||
# Create zram disk
|
||||
ro.config.zram=true
|
||||
|
|
Loading…
Reference in a new issue