隐藏TTS语音调试信息。

This commit is contained in:
2026-03-01 00:22:21 +08:00
parent 59094217da
commit c030de64b8
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ public class TTSRemindThread extends Thread {
if (ttsBean.isEnableTtsWhenNotifyBattery()) {
//ToastUtils.show("Test");
// 启动
ToastUtils.show(String.format("mIsCharging %s, mBattery %d", mIsCharging, mBattery));
//ToastUtils.show(String.format("mIsCharging %s, mBattery %d", mIsCharging, mBattery));
String text = mIsCharging ?"充电": "用电";
text += String.format("已达预定值百分之%d", mBattery);
TTSPlayService.startPlayTTS(mContext, text);