msm8226-common: Unbreak perfd

Change-Id: I982deefd07a68ee21a742007cf8ba8fadb42317e
This commit is contained in:
Bruno Martins 2018-01-04 19:02:24 +00:00 committed by Francescodario Cuzzocrea
parent 2889545016
commit ab391959e3

View file

@ -224,6 +224,12 @@ on post-fs-data
setprop vold.post_fs_data_done 1 setprop vold.post_fs_data_done 1
# Create perfd deamon related dirs
mkdir /data/misc/perfd 0755 root system
chmod 2755 /data/misc/perfd
mkdir /data/system/perfd 0770 root system
chmod 2770 /data/system/perfd
on early-boot on early-boot
# Set RLIMIT_MEMLOCK to 64MB # Set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864 setrlimit 8 67108864 67108864