Loading packages/TtsService/src/android/tts/TtsService.java +0 −3 Original line number Diff line number Diff line Loading @@ -672,9 +672,6 @@ public class TtsService extends Service implements OnCompletionListener { if (mSpeechQueue.size() > 0) { mSpeechQueue.remove(0); } } catch (InterruptedException e) { Log.e("TTS processSpeechQueue", "tryLock interrupted"); e.printStackTrace(); } finally { // This check is needed because finally will always run; even if the // method returns somewhere in the try block. Loading Loading
packages/TtsService/src/android/tts/TtsService.java +0 −3 Original line number Diff line number Diff line Loading @@ -672,9 +672,6 @@ public class TtsService extends Service implements OnCompletionListener { if (mSpeechQueue.size() > 0) { mSpeechQueue.remove(0); } } catch (InterruptedException e) { Log.e("TTS processSpeechQueue", "tryLock interrupted"); e.printStackTrace(); } finally { // This check is needed because finally will always run; even if the // method returns somewhere in the try block. Loading