mac
2024-03-27 08f74861b6445c33054a66eb0e4e4d154884be51
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