加长拍照时间表更新的时间类型长度

N938
XI.CHEN 6 months ago
parent a3291e2dd2
commit 99efe9c91f

@ -831,7 +831,7 @@ bool CPhoneDevice::UpdateSchedules()
{ {
ALOGE("Failed to get JNI Env"); ALOGE("Failed to get JNI Env");
} }
time_t ts = time(NULL); int64_t ts = time(NULL);
ret = env->CallBooleanMethod(m_javaService, mUpdateCaptureScheduleMid, ts); ret = env->CallBooleanMethod(m_javaService, mUpdateCaptureScheduleMid, ts);
if (didAttachThread) if (didAttachThread)
{ {

Loading…
Cancel
Save