Actually don't start tombstoned until /data is mounted. am: 0ad5107e51
am: 1170d8201d
Change-Id: I654b9f033eba8db137e83effe63a79a80c1abb0f
This commit is contained in:
commit
bf8bd27bb3
2 changed files with 3 additions and 3 deletions
|
|
@ -2,6 +2,9 @@ service tombstoned /system/bin/tombstoned
|
||||||
user tombstoned
|
user tombstoned
|
||||||
group system
|
group system
|
||||||
|
|
||||||
|
# Don't start tombstoned until after the real /data is mounted.
|
||||||
|
class late_start
|
||||||
|
|
||||||
socket tombstoned_crash seqpacket 0666 system system
|
socket tombstoned_crash seqpacket 0666 system system
|
||||||
socket tombstoned_intercept seqpacket 0666 system system
|
socket tombstoned_intercept seqpacket 0666 system system
|
||||||
writepid /dev/cpuset/system-background/tasks
|
writepid /dev/cpuset/system-background/tasks
|
||||||
|
|
|
||||||
|
|
@ -359,9 +359,6 @@ on post-fs-data
|
||||||
start vold
|
start vold
|
||||||
installkey /data
|
installkey /data
|
||||||
|
|
||||||
# start tombstoned to record early-boot crashes.
|
|
||||||
start tombstoned
|
|
||||||
|
|
||||||
# Start bootcharting as soon as possible after the data partition is
|
# Start bootcharting as soon as possible after the data partition is
|
||||||
# mounted to collect more data.
|
# mounted to collect more data.
|
||||||
mkdir /data/bootchart 0755 shell shell
|
mkdir /data/bootchart 0755 shell shell
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue