调试窗

控制中心HMI控制模块增加加速度面板
This commit is contained in:
xuxinchao
2022-04-26 18:34:40 +08:00
parent 1c147ffdec
commit abe6eeabfe
8 changed files with 348 additions and 0 deletions

View File

@@ -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();