Showing
1 changed file
with
2 additions
and
1 deletions
| ... | ... | @@ -4378,7 +4378,8 @@ void SmartPhoneSN::ThreadMainEntryPoint() |
| 4378 | 4378 | #ifdef __TOPWELL_QCTEST__ |
| 4379 | 4379 | SPMETA_DLL::SP_META_GetTargetVerInfoV2_r(m_hSPMetaHandle, &a_v2cnf, &a_token,NULL); |
| 4380 | 4380 | { |
| 4381 | - UpdateUIMsg("读取到版本信息"); | |
| 4381 | + UpdateUIMsg("SW version from mobile"); | |
| 4382 | + UpdateUIMsg(a_v2cnf.BUILD_DISP_ID); | |
| 4382 | 4383 | int len=strlen(g_sMetaComm.check_sw_ver); |
| 4383 | 4384 | |
| 4384 | 4385 | /* strcpy(tmp_checkSwVer,g_sMetaComm.check_sw_ver); | ... | ... |
Please
register
or
login
to post a comment