summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/24/changes
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2016-05-16 17:36:15 -0700
committerDianne Hackborn <hackbod@google.com>2016-05-17 11:19:03 -0700
commit777a06d3c932277649ebeb6ccb3f20e80aa867b3 (patch)
treecad3a559f139d6349d8843252d346cf23fd27aec /docs/html/sdk/api_diff/24/changes
parent3f84c5cb34cf15ad7c324ff9063f3f5850682791 (diff)
Fix issue #28641630: Service client dumps are timing out for no reason
Actually, no reason. The reason is that to do the dump we are doing synchronous calls out to each service, but that is with the activity manager lock held, so they can get blocked if their main thread does any call back in to the activity manager. To fix this, re-organize the dumping code so that the "with client" path is separate, and doesn't require holding a lock the entire time. Change-Id: Ia96861c10da81048b3d2ac93a25760b68623cf34
Diffstat (limited to 'docs/html/sdk/api_diff/24/changes')
0 files changed, 0 insertions, 0 deletions