diff options
| author | Wei Wang <wvw@google.com> | 2017-04-03 13:53:49 -0700 |
|---|---|---|
| committer | Wei Wang <wvw@google.com> | 2017-04-03 13:53:49 -0700 |
| commit | a015cd1d7a3af5d9c06622e00be47fee52ba4b02 (patch) | |
| tree | ada88aa75444fdcc8013af11b4ddf62f52cab5ec /update_verifier | |
| parent | b6609f8895029d07a57bdb2a2edc91a72d847927 (diff) | |
update_verifier: tweak priority of update_verifier for quick boot
Highest ioprio is 0 for CFQ and we should run update_verifier with that.
Tested on device and showing boottime decreased.
Bug: 36511808
Bug: 36102163
Test: Boot marlin
Change-Id: Iddd925951d976e21014b61e5590bcdae3cea8470
Diffstat (limited to 'update_verifier')
| -rw-r--r-- | update_verifier/update_verifier.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/update_verifier/update_verifier.rc b/update_verifier/update_verifier.rc index fc8a64de..8b60c3ff 100644 --- a/update_verifier/update_verifier.rc +++ b/update_verifier/update_verifier.rc @@ -2,10 +2,10 @@ service update_verifier_nonencrypted /system/bin/update_verifier nonencrypted user root class cache priority -20 - ioprio rt 1 + ioprio rt 0 service update_verifier /system/bin/update_verifier ${vold.decrypt} user root class cache priority -20 - ioprio rt 1
\ No newline at end of file + ioprio rt 0 |
