OSDN Git Service

Merge change 8678 into donut
authorAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 27 Jul 2009 22:08:03 +0000 (15:08 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Mon, 27 Jul 2009 22:08:03 +0000 (15:08 -0700)
commite4c77a5dd28f096d7314d382b9910a8f1463c96d
tree79cbba6b7e1d5b9cbb435e246b05fa6a64c75429
parentcb83e259defc5341f3bae7e12cfe3332a0fa8cc6
parentdccff9690cce09b4f8461d1d7874bb0692efb9fb
Merge change 8678 into donut

* changes:
  Fixing bug #2008185 - problem with the TTS dropping utterances under heavy load was caused by the speech queue being locked. Switched to using a timeout with tryLock so that the TTS service does not give up immediately.