Commit c12155ba1b0ca2879d454d0085056b61a6a038ce
1 parent
811190b6
在检测校准标志位以及综测标志位(intex需求中提到的CFT)的同时
同时检测ATA的测试结果标志位(MMI test), 如果ATA测试不通过, 返回false
Showing
1 changed file
with
6 additions
and
0 deletions
| @@ -334,6 +334,12 @@ bool SNBase::CheckCalFinalTestStatus(const char* strBarcode) | @@ -334,6 +334,12 @@ bool SNBase::CheckCalFinalTestStatus(const char* strBarcode) | ||
| 334 | } | 334 | } |
| 335 | } | 335 | } |
| 336 | 336 | ||
| 337 | + if (strBarcode[55] != 1) | ||
| 338 | + { | ||
| 339 | + UpdateUIMsg("MMITest Flag : fail!!"); | ||
| 340 | + return false; | ||
| 341 | + } | ||
| 342 | + | ||
| 337 | MTRACE(g_hEBOOT_DEBUG, "SNBase::CheckCalFinalTestStatus(): Check calibration & nsft flag Pass!!"); | 343 | MTRACE(g_hEBOOT_DEBUG, "SNBase::CheckCalFinalTestStatus(): Check calibration & nsft flag Pass!!"); |
| 338 | 344 | ||
| 339 | MTRACE(g_hEBOOT_DEBUG, "SNBase::CheckCalFinalTestStatus(): Check calibration & nsft flag end..."); | 345 | MTRACE(g_hEBOOT_DEBUG, "SNBase::CheckCalFinalTestStatus(): Check calibration & nsft flag end..."); |
Please
register
or
login
to post a comment