Merge "init: don't start tombstoned until /data is mounted."
am: b479a5002e
Change-Id: I00bbcc2adbdc31486e9fe5e4deed9901feacbb4c
This commit is contained in:
commit
f83489c02c
|
@ -1,6 +1,4 @@
|
|||
service tombstoned /system/bin/tombstoned
|
||||
class core
|
||||
|
||||
user tombstoned
|
||||
group system
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue