调试窗
控制中心HMI控制模块增加加速度面板
This commit is contained in:
@@ -39,6 +39,10 @@ public final class TimeUtils {
|
||||
return getSafeDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||
}
|
||||
|
||||
public static SimpleDateFormat getHourMinSecondFormat(){
|
||||
return getSafeDateFormat("HH:mm:ss");
|
||||
}
|
||||
|
||||
@SuppressLint("SimpleDateFormat")
|
||||
public static SimpleDateFormat getSafeDateFormat(String pattern) {
|
||||
Map<String, SimpleDateFormat> sdfMap = SDF_THREAD_LOCAL.get();
|
||||
|
||||
Reference in New Issue
Block a user