Commit 204240a5 authored by steve's avatar steve

steveQiu merge master

parents 6a57e545 7d00c537
1. 目前只支援Android8 方便测试用, Android11需等素梅派架好
\ No newline at end of file
......@@ -15,8 +15,6 @@ import java.util.*
object LogSaveUnit {
private val TAG = LogSaveUnit::class.simpleName.toString()
fun saveLogFile(documentPath: String, sContent: String) {
val sdf = SimpleDateFormat("yyyy-MM-dd HH:mm:ss", Locale.getDefault())
val calendar = Calendar.getInstance()
......@@ -33,7 +31,6 @@ object LogSaveUnit {
save(destFile, sContent)
}
// /**
// * android 版本 0..28(小於29)
// * 檢查文件是否存在
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment