Add rss_hmw_reset to system partition
rss_hwm_reset is binary that reset RSS high-water mark counters for all currently running processes. It runs in a separate process because it needs dac_override capability. The binary is not a persistent service. It is invoked from a system service by flipping sys.rss_hwm_reset.on property. Bug: 119603799 Test: adb shell ls /system/bin Change-Id: Iee0b54ec6486d8f23048819493f6d710db3feff6
This commit is contained in:
parent
e67518fe6d
commit
f0ca96b8d1
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ PRODUCT_PACKAGES += \
|
|||
racoon \
|
||||
recovery-persist \
|
||||
resize2fs \
|
||||
rss_hwm_reset \
|
||||
run-as \
|
||||
schedtest \
|
||||
screencap \
|
||||
|
|
Loading…
Reference in a new issue