From 83ac60d9ae9d608a73e9a00254a986a90b39d57e Mon Sep 17 00:00:00 2001 From: payton Date: Mon, 6 Nov 2023 10:33:31 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=8F=91=E9=80=81=E5=BC=80=E5=A7=8B=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../source/sf_app/code/source/4gMng/sf_eg91_sim.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/code/application/source/sf_app/code/source/4gMng/sf_eg91_sim.c b/code/application/source/sf_app/code/source/4gMng/sf_eg91_sim.c index e67a7fed9..938685b54 100755 --- a/code/application/source/sf_app/code/source/4gMng/sf_eg91_sim.c +++ b/code/application/source/sf_app/code/source/4gMng/sf_eg91_sim.c @@ -39,7 +39,7 @@ UINT8 AddCimiTimes = 0; UINT8 simErrorCode = SIM_AT_ERROR; BOOL NetworkScan = FALSE; BOOL GprsNetWorkReady = FALSE; - +time_t sendStartTime; UINT8 gprs_search_process = GPRS_SEARCH_STEP_IDLE; extern SF_PARA_TIME_S rtcTime; @@ -4525,7 +4525,9 @@ SINT32 sf_auto_net_reg(void) } SF_MODULE_END: - printf("[%s:%d]ret:[0x%08X]\n\n", __FUNCTION__, __LINE__, ret); + // sendStartTime = clock(); + sf_time(&sendStartTime); + printf("[%s:%d]ret:[0x%08X] sendStartTime:%d\n\n", __FUNCTION__, __LINE__, ret, sendStartTime); return ret; }