From 3b47201d878ba8ff973b84baf15942475688e964 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期五, 15 十二月 2023 16:04:28 +0800 Subject: [PATCH] 合并第一个版本 --- app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java b/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java index 9beb137..51d3304 100644 --- a/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java +++ b/app/src/main/java/com/hdl/photovoltaic/other/HdlOtaLogic.java @@ -641,6 +641,8 @@ * @param describe 鎻忚堪鏂囨湰 */ public void eventBusPost(String fileFullPath, String type, int progressValue, String describe) { + HdlLogLogic.print("杩涘害鍊�====" + progressValue + ""); + if (this.stopDownload) { HdlFileLogic.getInstance().deleteFile(fileFullPath);//鍒犻櫎涓嬭浇涓嶅畬鏁存暟鎹�; BaseEventBus baseEventBus = new BaseEventBus(); @@ -667,6 +669,8 @@ EventBus.getDefault().post(baseEventBus); // } // }); + + } -- Gitblit v1.8.0