This commit is contained in:
Horis
2024-07-27 21:49:14 +08:00
parent 1b084c5302
commit 81bdb69e15
@@ -231,7 +231,7 @@ class TTSReadAloudService : BaseReadAloudService(), TextToSpeech.OnInitListener
@Deprecated("Deprecated in Java") @Deprecated("Deprecated in Java")
override fun onError(s: String) { override fun onError(s: String) {
LogUtils.d(TAG, "onError s:$s pageIndex:$pageIndex") LogUtils.d(TAG, "onError nowSpeak:$nowSpeak pageIndex:$pageIndex s:$s")
nextParagraph() nextParagraph()
} }