mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8226-common: Unbreak perfd
Change-Id: I982deefd07a68ee21a742007cf8ba8fadb42317e
This commit is contained in:
parent
2889545016
commit
ab391959e3
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue