From f33920d2ab600ced812bbfe54f794c47569ac612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=9B=A6?= Date: Mon, 20 Jan 2025 17:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E9=95=BF=E6=8B=8D=E7=85=A7=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=A1=A8=E6=9B=B4=E6=96=B0=E7=9A=84=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/cpp/PhoneDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/cpp/PhoneDevice.cpp b/app/src/main/cpp/PhoneDevice.cpp index dc33e09c..f4969cf2 100644 --- a/app/src/main/cpp/PhoneDevice.cpp +++ b/app/src/main/cpp/PhoneDevice.cpp @@ -716,7 +716,7 @@ bool CPhoneDevice::UpdateSchedules() { ALOGE("Failed to get JNI Env"); } - time_t ts = time(NULL); + int64_t ts = time(NULL); ret = env->CallBooleanMethod(m_javaService, mUpdateCaptureScheduleMid, ts); if (didAttachThread) {