From 5d0e2f926f5f239eb86356d3d54d226a99f9781b Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Sun, 26 Mar 2017 12:13:09 +0200 Subject: Always apply frame size reduction to panorama pictures Panorama mode requires quite some memory, especially after the frame num bump done with commit aa0733567c30 ("Make panorama able to go 270 degrees in landscape"). Some devices run out of memory while taking a panorama picture and force close Snap before the picture is complete. We have a config to reduce the memory requirements that reduces the size of each frame, but it's applied only if ro.config.low_ram is true. Bump the default value to 100 and always respect it. Devices having ro.config.low_ram set to true will have to override this config from their device tree. BUGBASH-326 Change-Id: Ic6d24b17b2293adf8d715904c8c1874a4c624e99 --- res/values/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/values/config.xml b/res/values/config.xml index 300c2d906..da52d90e1 100644 --- a/res/values/config.xml +++ b/res/values/config.xml @@ -22,7 +22,7 @@ - 90 + 100 -- cgit v1.2.3