From 4ecb65adc67e693e6e0b0df4f5ceb0a94cf8141b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E5=B9=BF=E7=94=9F?= Date: Sat, 27 Apr 2024 02:04:13 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3arm64=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 马广生 --- services/time_system_ability.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/time_system_ability.cpp b/services/time_system_ability.cpp index a3525aa..6a21b8b 100644 --- a/services/time_system_ability.cpp +++ b/services/time_system_ability.cpp @@ -1104,8 +1104,8 @@ void TimeSystemAbility::SetAutoReboot() auto bundleName = GetString(resultSet, 6); auto triggerTime = static_cast(GetLong(resultSet, 9)); if (triggerTime < static_cast(currentTime)) { - TIME_HILOGI(TIME_MODULE_SERVICE, - "triggerTime: %{public}lld currentTime: %{public}lld", triggerTime, currentTime); + // TIME_HILOGI(TIME_MODULE_SERVICE, + // "triggerTime: %{public}lld currentTime: %{public}lld", triggerTime, currentTime); continue; } if (bundleName == NEED_RECOVER_ON_REBOOT) { -- Gitee