diff options
author | Krupal Divvela <kdivvela@codeaurora.org> | 2017-04-19 17:00:06 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-05-02 23:04:40 -0700 |
commit | 91e7368b62ab2feee5712c9b558245d41211e889 (patch) | |
tree | 778f3ec9accca2e2367748ad0b35291ca2f3d1c4 /system.prop | |
parent | bd9605bac6876a589b9d41dec62f65a9a1d19b42 (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-x | system.prop | 3 |
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 |