commit | 62674a2f400ffd2faaf0095d2d78307aad013a85 | [log] [tgz] |
---|---|---|
author | Winson Chung <winsonc@google.com> | Tue May 16 16:57:18 2017 -0700 |
committer | Winson Chung <winsonc@google.com> | Tue May 16 16:58:30 2017 -0700 |
tree | 2b77366a4f845f03239a233d88847d0120198044 | |
parent | 4bc839e2670d326d42400b51cbc0652361cc7072 [diff] |
Fix issue with deferred start of the background loader. - Previously we were (incorrectly) assuming that the creation of the BackgroundTaskLoader would be followed synchronously by a call to start() the background loader itself. However, now that we post the start of the loader, the run() call can be made before the start() call. Bug: 38310660 Test: This is an intermittent bug, hard to repro. Change-Id: I4dfd18b8c3c127429c790177e98ca41ec70f493d