Merge "Start debuggerd as soon as logd is up."

am: 1b729b3e04

* commit '1b729b3e04b210d096ee2d447945f6b2c53b6029':
  Start debuggerd as soon as logd is up.
This commit is contained in:
Elliott Hughes 2016-02-02 21:10:47 +00:00 committed by android-build-merger
commit 1ef5b78a2f
3 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,3 @@
service debuggerd /system/bin/debuggerd
class main
group root readproc
writepid /dev/cpuset/system-background/tasks

View file

@ -1,4 +1,3 @@
service debuggerd64 /system/bin/debuggerd64
class main
group root readproc
writepid /dev/cpuset/system-background/tasks

View file

@ -310,8 +310,12 @@ on post-fs-data
# We restorecon /data in case the userdata partition has been reset.
restorecon /data
# Make sure we have the device encryption key
# Start logd, then start debuggerd to make debugging early-boot crashes easier.
start logd
start debuggerd
start debuggerd64
# Make sure we have the device encryption key.
start vold
installkey /data