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

nx2024
陈曦 5 months ago
parent eea0d06390
commit f33920d2ab

@ -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)
{

Loading…
Cancel
Save