diff options
author | Than McIntosh <thanm@google.com> | 2015-05-27 14:02:11 -0400 |
---|---|---|
committer | Than McIntosh <thanm@google.com> | 2015-05-28 11:58:31 -0400 |
commit | b37c45e90aa311b4d32a5b21dad5fce93c9761a7 (patch) | |
tree | 3d486aa0add98f5e43596b5eec4ffc4647adb484 /rootdir | |
parent | 0983a6d54c202fde75523f1340bd9c9a168ab98c (diff) | |
download | system_core-b37c45e90aa311b4d32a5b21dad5fce93c9761a7.zip system_core-b37c45e90aa311b4d32a5b21dad5fce93c9761a7.tar.gz system_core-b37c45e90aa311b4d32a5b21dad5fce93c9761a7.tar.bz2 |
Move perfprofd to late_start class.
Bug: http://b/19483574
Change-Id: I88649b50b95cbddb7d0671a5499232cbef156c48
(cherry picked from commit e8efd0d6bf41527d67a402ed3a945a8c5f75f10d)
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index d44f98b..d501141 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -657,10 +657,7 @@ service pre-recovery /system/bin/uncrypt disabled oneshot -on property:ro.debuggable=1 - start perfprofd - service perfprofd /system/xbin/perfprofd - disabled + class late_start user root oneshot |