From 454cdb978a85588406375ce6fae5aadb3e090715 Mon Sep 17 00:00:00 2001 From: Kyle Lin Date: Tue, 25 Dec 2018 11:31:24 +0800 Subject: b4s4: device-common.mk: remove the ro.lmk.kill_timeout_ms Bug: 120763475 Test: 1. manually test and check ro.lmk.kill_timeout_ms exist or not 2. launch much apps, such as Chrome/Maps/Spotify/Camera/Android Auto etc, raising the memory pressure then check Spotify isn't killed and Camera won't lose picture. 3. Applied the patch to my daily using phone and test over night, it looks good. Spotify play well even it's in background. Change-Id: I5323ac4dcf0698ddb81fa99b79c1ea07d02f80af --- device-common.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'device-common.mk') diff --git a/device-common.mk b/device-common.mk index 040b4212..ee1e472a 100644 --- a/device-common.mk +++ b/device-common.mk @@ -75,7 +75,6 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ ro.lmk.upgrade_pressure=100 \ ro.lmk.downgrade_pressure=100 \ ro.lmk.kill_heaviest_task=true \ - ro.lmk.kill_timeout_ms=100 \ ro.lmk.use_minfree_levels=true \ # A2DP offload enabled for compilation -- cgit v1.2.3