This commit is contained in:
Horis
2024-07-27 21:49:14 +08:00
parent 73298253ca
commit bb20726ead

View File

@@ -231,7 +231,7 @@ class TTSReadAloudService : BaseReadAloudService(), TextToSpeech.OnInitListener
@Deprecated("Deprecated in Java")
override fun onError(s: String) {
LogUtils.d(TAG, "onError s:$s pageIndex:$pageIndex")
LogUtils.d(TAG, "onError nowSpeak:$nowSpeak pageIndex:$pageIndex s:$s")
nextParagraph()
}