c73dbac02d
Vold stores some status in memory. If vold crashed and restarted, those status are not restored. Reboot device if vold on failure. Bug: 202048432 Test: manually kill vold Change-Id: Ic56acd9cc906b0166adf805023e34bbd6b3648a5
9 lines
363 B
Text
9 lines
363 B
Text
service vold /system/bin/vold \
|
|
--blkid_context=u:r:blkid:s0 --blkid_untrusted_context=u:r:blkid_untrusted:s0 \
|
|
--fsck_context=u:r:fsck:s0 --fsck_untrusted_context=u:r:fsck_untrusted:s0
|
|
class core
|
|
ioprio be 2
|
|
task_profiles ProcessCapacityHigh
|
|
shutdown critical
|
|
group root reserved_disk
|
|
reboot_on_failure reboot,vold-failed
|