OSDN Git Service

IServiceManager: Improve getService responsiveness in absence of service
authorAndy Hung <hunga@google.com>
Tue, 6 Dec 2016 17:40:01 +0000 (09:40 -0800)
committerAndy Hung <hunga@google.com>
Wed, 7 Dec 2016 01:19:54 +0000 (01:19 +0000)
commit3b36bcf7035c32fafe3070c54b427779467ad416
tree022fd0b769c03b4bfb843ac60f8c86550d0df00a
parentf09debed94aabeda2b9fa04b83e2a15b80437974
IServiceManager: Improve getService responsiveness in absence of service

Now blocks for 4 seconds worst case instead of 5 seconds.
Some android devices may not have all the normal android phone services.

Test: Wear device on feldspar-dev
Bug: 33086228
Change-Id: Id83fc8cd6b657b53ef78823a460d5fba4a522ab4
(cherry picked from commit 6456e4488d59c0568a1f29dc93b7beb472236086)
libs/binder/IServiceManager.cpp