Skip to content

Commit

Permalink
sdm660-common: Enable memory stats logging in user mode LMKD
Browse files Browse the repository at this point in the history
Bug: 74443701
Test: Tested manually
Merged-In: I288098e17d5fc65923758152bba5e786a75edc4c
Change-Id: I288098e17d5fc65923758152bba5e786a75edc4c
(cherry picked from commit 56395c15a57eda7aa59a7615422677d5a8075350)
  • Loading branch information
rajekumar authored and rk779 committed Sep 20, 2020
1 parent 0991e4b commit 6d9982e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_sdm660
TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660

# LMKD
TARGET_LMKD_STATS_LOG := true

# Partitions
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)

Expand Down
1 change: 1 addition & 0 deletions product.prop
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ ro.lmk.downgrade_pressure=100
ro.lmk.kill_heaviest_task=true
ro.lmk.kill_timeout_ms=100
ro.lmk.use_minfree_levels=true
ro.lmk.log_stats=true

0 comments on commit 6d9982e

Please sign in to comment.