lib/src/main/cpp/test_items/stop_and_start.cpp
@@ -11,6 +11,7 @@ #include "../jni_log.h" #include "../common/apptimer.h" #include "../utils/xconvert.h" #include "../test_common/car_sensor.h" #define DEBUG(fmt, args...) LOGD("<stop_and_start> <%s>: " fmt, __func__, ##args) @@ -121,7 +122,7 @@ } // 检查是否拉住手刹 if (true) { if (ReadCarStatus(HAND_BREAK) != BREAK_ACTIVE) { AddExamFault(19, rtkTime); DEBUG("没拉手刹"); }