From 91e7368b62ab2feee5712c9b558245d41211e889 Mon Sep 17 00:00:00 2001 From: Krupal Divvela Date: Wed, 19 Apr 2017 17:00:06 +0530 Subject: 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 --- system.prop | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system.prop') 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 -- cgit v1.2.3