diff options
author | Elliott Hughes <enh@google.com> | 2016-02-02 21:10:47 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-02-02 21:10:47 +0000 |
commit | 1ef5b78a2ffc471e5ac2e30b424f00d15d581a8c (patch) | |
tree | 317c4c95f41e4bbec42a33642c5a757dc4c09ebc /rootdir/init.rc | |
parent | 819da66bec28c31d564ba695d4d32f1a4727cad1 (diff) | |
parent | 1b729b3e04b210d096ee2d447945f6b2c53b6029 (diff) |
Merge "Start debuggerd as soon as logd is up."
am: 1b729b3e04
* commit '1b729b3e04b210d096ee2d447945f6b2c53b6029':
Start debuggerd as soon as logd is up.
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index ac3062292..e2ef6b098 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -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 |