From 1a64e356c422b4cb4454864ae21be8b0bf3c8534 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Fri, 18 Jul 2025 14:45:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E5=BF=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/workers/Log.ets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entry/src/main/ets/workers/Log.ets b/entry/src/main/ets/workers/Log.ets index 204569a..03042aa 100644 --- a/entry/src/main/ets/workers/Log.ets +++ b/entry/src/main/ets/workers/Log.ets @@ -13,7 +13,9 @@ import dayTs from '../utils/Date'; import fs from '@ohos.file.fs'; const workerPort: ThreadWorkerGlobalScope = worker.workerPort; +// 过程数据文件 const fileNameArr: string[] = ["four_one_log_byte_data.txt", "four_one_log_data.txt", "judge_exam_data.txt", "judge_log_data.txt", "judge_progress_callback_data.txt", "plc_data.txt", "wuxi_exam_data.txt", "wuxi_progress_data.txt"] +// 过程数据fd let fileFdArr: number[] = [] let writeQueue: Array = []; let isProcessing = false;