summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Android (Google) Code Review <android-gerrit@google.com> 2009-07-07 16:45:36 -0700
committer The Android Open Source Project <initial-contribution@android.com> 2009-07-07 16:45:36 -0700
commitb4f7ce46e8219f9a38887ae6281db9b8c89ef1e9 (patch)
treea97d8f0dfb0c61b0e373038ccb5dedb0409cd9ee
parent9046fff2017fab6a85fb24a76d82a67b181300be (diff)
parente9289dc63e1f57e26355537709df1538ecfd08b1 (diff)
am e9289dc6: Merge change 6422 into donut
Merge commit 'e9289dc63e1f57e26355537709df1538ecfd08b1' * commit 'e9289dc63e1f57e26355537709df1538ecfd08b1': Removing the ttsSynthDoneCallback logging.
-rw-r--r--packages/TtsService/jni/android_tts_SynthProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/TtsService/jni/android_tts_SynthProxy.cpp b/packages/TtsService/jni/android_tts_SynthProxy.cpp
index 1bd4991f838a..1958ba936946 100644
--- a/packages/TtsService/jni/android_tts_SynthProxy.cpp
+++ b/packages/TtsService/jni/android_tts_SynthProxy.cpp
@@ -168,7 +168,7 @@ void prepAudioTrack(SynthProxyJniStorage* pJniData,
static tts_callback_status ttsSynthDoneCB(void *& userdata, uint32_t rate,
AudioSystem::audio_format format, int channel,
int8_t *&wav, size_t &bufferSize, tts_synth_status status) {
- LOGV("ttsSynthDoneCallback: %d bytes", bufferSize);
+ //LOGV("ttsSynthDoneCallback: %d bytes", bufferSize);
if (userdata == NULL){
LOGE("userdata == NULL");