commit | 64cd907af99ce9702e8975a657ee437c2626f8b5 | [log] [tgz] |
---|---|---|
author | Narayan Kamath <narayan@google.com> | Tue May 13 13:35:14 2014 +0100 |
committer | Narayan Kamath <narayan@google.com> | Tue May 13 15:24:26 2014 +0100 |
tree | 108fb7f7d32eb9875aa70a82ea967aecc9cab940 | |
parent | e3e2c471b2504335e99ed15975c3c5c9dfbf2795 [diff] |
Wait for secondary zygote before bringing up the system_server. The zygote that's responsible for starting up the system server now checks if there's another zygote on the system, and waits for it to start up. Also, a few minor clean ups : - Address a long standing TODO about zygote retries. - Have functions throw IOException where appropriate and wrap them in ZygoteStartFailedEx with a filled in cause. bug: 14869939 Change-Id: I9e514659b79b3d2c98a4c5f93c0c376843f6c881