aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-08-30 20:53:53 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-04-01 10:54:10 -0700
commitd73316f9754ce46d2c4b32219a290b795d12d4e1 (patch)
tree75f2f3d756f9845e122f928ce52f202133e9c95d
parent50e3acdb98a8fb9bfe0d4a9cc22acb7d2d3d7095 (diff)
msm8226-common: Disable dex2oat watchdog
Low RAM devices are too slow to compile some very big APKs within the 6 mins limit so we get the "Optimizing apps" dialog on each boot and dex2oat never completes properly, slowing down the whole system. Change-Id: I1f3b8c533330a2268f36a2357f2b7d9e2d20c2f8
-rw-r--r--system.prop3
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop
index 6e31907..1c0e2b9 100644
--- a/system.prop
+++ b/system.prop
@@ -1,4 +1,7 @@
+# Art
+dalvik.vm.dex2oat-flags=--no-watch-dog
+
# Audio
audio.offload.disable=0
audio.offload.pcm.16bit.enable=false