Merge "init: don't start tombstoned until /data is mounted."

am: b479a5002e

Change-Id: I00bbcc2adbdc31486e9fe5e4deed9901feacbb4c
This commit is contained in:
Josh Gao 2017-01-20 22:17:53 +00:00 committed by android-build-merger
commit f83489c02c
2 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,4 @@
service tombstoned /system/bin/tombstoned
class core
user tombstoned
group system

View File

@ -355,14 +355,13 @@ on post-fs-data
# We restorecon /data in case the userdata partition has been reset.
restorecon /data
# start debuggerd to make debugging early-boot crashes easier.
start debuggerd
start debuggerd64
# Make sure we have the device encryption key.
start vold
installkey /data
# start tombstoned to record early-boot crashes.
start tombstoned
# Start bootcharting as soon as possible after the data partition is
# mounted to collect more data.
mkdir /data/bootchart 0755 shell shell