diff options
| author | Paul Eastham <eastham@google.com> | 2010-12-04 17:34:01 -0800 |
|---|---|---|
| committer | Paul Eastham <eastham@google.com> | 2010-12-04 17:39:30 -0800 |
| commit | 9db7945ed2f9eb5756aa0c1e5e72fa6240f74847 (patch) | |
| tree | e81d794fce699b9bd914554ed020784b51b380c6 /rootdir | |
| parent | 50b3afd9f39619f69dc6f4efc29be88933eb3614 (diff) | |
| download | system_core-9db7945ed2f9eb5756aa0c1e5e72fa6240f74847.tar.gz system_core-9db7945ed2f9eb5756aa0c1e5e72fa6240f74847.tar.bz2 system_core-9db7945ed2f9eb5756aa0c1e5e72fa6240f74847.zip | |
HACK: slow_start for mediaserver to prevent restart race condition
Change-Id: Ia76385612fd127c5f11b3d64205e350f27acfd82
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index a6ce5294..acf1f7c2 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -343,6 +343,8 @@ service media /system/bin/mediaserver user media group system audio camera graphics inet net_bt net_bt_admin net_raw ioprio rt 4 + # STOPSHIP fix audio driver for real rather than use slow_start b/3249002 + slow_start service bootanim /system/bin/bootanimation user graphics |
