commit | 4f50f8e29d7479351ec344ec592686708ff01055 | [log] [tgz] |
---|---|---|
author | Santos Cordon <santoscordon@google.com> | Mon Oct 06 12:25:39 2014 -0700 |
committer | Santos Cordon <santoscordon@google.com> | Mon Oct 06 12:33:32 2014 -0700 |
tree | d8931ac48e9949aaf8a936d619938d61c88b5d30 | |
parent | c3f986b5ac49756ba44de15e8fdeb761c124e913 [diff] |
Dont clear serviceConnections on subsequent bind() calls. Bind() gets invoked with each call that is added before the first bind() is complete. We were clearing the service connection set each time which effectively meant that we were dropping the previous bind requests on the floor. The rest of the code already does the right checks to not rebind to the same service so just remove the clear(). Bug:17735448 Change-Id: I614225b05fa29b143604fe4dfedaa1e417dc2d2d