summaryrefslogtreecommitdiff
path: root/system.prop
diff options
context:
space:
mode:
authorKrupal Divvela <kdivvela@codeaurora.org>2017-04-19 17:00:06 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-02 23:04:40 -0700
commit91e7368b62ab2feee5712c9b558245d41211e889 (patch)
tree778f3ec9accca2e2367748ad0b35291ca2f3d1c4 /system.prop
parentbd9605bac6876a589b9d41dec62f65a9a1d19b42 (diff)
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
Diffstat (limited to 'system.prop')
-rwxr-xr-xsystem.prop3
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop
index 56b4851..993b86a 100755
--- a/system.prop
+++ b/system.prop
@@ -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