Files
android_bootable_recovery/update_verifier/update_verifier.rc
T
Tom Cherry 545317f4fb update_verifier: raise priority and ioprio and start with exec_start
Raise the priority and ioprio of update_verifier and launch with
exec_start.  This saves ~100ms of time before `class_start main` is executed.

Bug: 36511808
Bug: 36102163
Test: Boot bullhead
Test: Verify boottime decrease on sailfish
Change-Id: I944a6c0d4368ead5b99171f49142da2523ed1bdd
2017-03-28 15:55:20 -07:00

11 lines
272 B
Plaintext

service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted
user root
class cache
priority -20
ioprio rt 1
service update_verifier /system/bin/update_verifier ${vold.decrypt}
user root
class cache
priority -20
ioprio rt 1