OSDN Git Service

Remove blocking from SM before boot completed.
authorMatthew Williams <mjwilliams@google.com>
Fri, 27 Sep 2013 18:32:35 +0000 (11:32 -0700)
committerMatthew Williams <mjwilliams@google.com>
Mon, 30 Sep 2013 18:20:53 +0000 (11:20 -0700)
commit8704fc3dae2361d41d026e6e6cade7a63b12c973
tree902f6afdd68a3a77bff7ad7728902d49782a49ea
parent723ad75e107f57dc541dfca600745895e1251974
Remove blocking from SM before boot completed.

Bug: 10916655
Add a stash where the SyncHandler can copy and place
msgs rather than run them. After boot is complete
we iterate through the stash in order and send the
messages off.

Change-Id: I9c175ee79fe60952346003a29225b8687979b44e
services/java/com/android/server/content/SyncManager.java