mac
2024-02-29 a5427777665b6361f0a67306b3114c2f705cd9f6
app/src/main/java/com/hdl/photovoltaic/ui/test/TestLogActivity.java
@@ -148,7 +148,7 @@
        HdlThreadLogic.runSubThread(new Runnable() {
            @Override
            public void run() {
                HdlFileLogic.getInstance().delFileLien(HdlFileLogic.getInstance().getLogFileNamePath(), 2);
//                HdlFileLogic.getInstance().delFileLien(HdlFileLogic.getInstance().getLogFileNamePath(), 2);
                String content = HdlLogLogic.readLog();
                HdlThreadLogic.runMainThread(new Runnable() {
                    @Override