隐藏调试信息
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Apr 18 13:04:12 GMT 2026
|
||||
#Sat Apr 18 13:12:22 GMT 2026
|
||||
stageCount=12
|
||||
libraryProject=
|
||||
baseVersion=15.14
|
||||
publishVersion=15.14.11
|
||||
buildCount=1
|
||||
buildCount=2
|
||||
baseBetaVersion=15.14.12
|
||||
|
||||
@@ -252,7 +252,7 @@ public class LimitedTimeSpecialChannelView extends LinearLayout {
|
||||
LogUtils.i(TAG, "已将EditText设置为剩余秒数: " + remainingSeconds);
|
||||
}
|
||||
|
||||
ToastUtils.show("服务已销毁,恢复倒计时剩余状态");
|
||||
//ToastUtils.show("服务已销毁,恢复倒计时剩余状态");
|
||||
}
|
||||
}
|
||||
}, filter);
|
||||
@@ -299,7 +299,7 @@ public class LimitedTimeSpecialChannelView extends LinearLayout {
|
||||
long delayMillis = seconds * 1000;
|
||||
|
||||
LogUtils.i(TAG, "启动参数 - 输入秒数: " + seconds + ", 转换毫秒: " + delayMillis);
|
||||
ToastUtils.show("调用 LimitedTimeSpecialChannelService 服务");
|
||||
//ToastUtils.show("调用 LimitedTimeSpecialChannelService 服务");
|
||||
LimitedTimeSpecialChannelService.startService(mContext, delayMillis);
|
||||
} catch (NumberFormatException e) {
|
||||
LogUtils.e(TAG, "输入的秒数格式错误: " + secondsStr, e);
|
||||
|
||||
Reference in New Issue
Block a user