From dd09a64c52db8aaa4f6484bc2115c86207c75f4c Mon Sep 17 00:00:00 2001 From: "fenghao (P)" Date: Sat, 10 Jul 2021 19:51:33 +0800 Subject: [PATCH 1/3] =?UTF-8?q?IssueNo:#I3SH1G=20Description:=E6=89=93?= =?UTF-8?q?=E5=8C=85app=E5=9C=BA=E6=99=AF=EF=BC=8C=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=89=93=E5=8C=85hap=E6=97=B6=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=A0=B9=E6=8D=AEcompressNativeLibs=E5=88=A4=E6=96=AD=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=8E=8B=E7=BC=A9so=20Sig:aafwk=20Feature=20or=20Bugf?= =?UTF-8?q?ix:=20Bugfig=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adapter/ohos/Compressor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/adapter/ohos/Compressor.java b/adapter/ohos/Compressor.java index 1e3a5d2b..bc43cb54 100644 --- a/adapter/ohos/Compressor.java +++ b/adapter/ohos/Compressor.java @@ -54,6 +54,7 @@ public class Compressor { private static final String CONFIG_JSON = "config.json"; private static final String CODE = "code"; private static final String NAME = "name"; + private static final String VERSION = "\"version\""; private static final String NULL_DIR_NAME = ""; private static final String RES_DIR_NAME = "res/"; private static final String RESOURCES_DIR_NAME = "resources/"; -- Gitee From ba80b016931ef97c522db01d5e0f4ede989c8105 Mon Sep 17 00:00:00 2001 From: "fenghao (P)" Date: Sat, 10 Jul 2021 20:14:22 +0800 Subject: [PATCH 2/3] =?UTF-8?q?IssueNo:#I3SH1G=20Description:=E6=89=93?= =?UTF-8?q?=E5=8C=85app=E5=9C=BA=E6=99=AF=EF=BC=8C=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=89=93=E5=8C=85hap=E6=97=B6=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E6=A0=B9=E6=8D=AEcompressNativeLibs=E5=88=A4=E6=96=AD=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E5=8E=8B=E7=BC=A9so=20Sig:aafwk=20Feature=20or=20Bugf?= =?UTF-8?q?ix:=20Bugfig=20Binary=20Source:=20No?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fenghao (P) --- adapter/ohos/Compressor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/adapter/ohos/Compressor.java b/adapter/ohos/Compressor.java index bc43cb54..515aae6a 100644 --- a/adapter/ohos/Compressor.java +++ b/adapter/ohos/Compressor.java @@ -106,7 +106,6 @@ public class Compressor { // set buffer size of each read private static final int BUFFER_SIZE = 10 * 1024; - private static final long TOO_MANY_SIZE = 1024; private static final long TOO_BIG_SIZE = 0x6400000; private static final Log LOG = new Log(Compressor.class.toString()); private static String versionCode = ""; -- Gitee From 400bb213bee6e9e8c7a4af0841fe2ffe8dd5cb91 Mon Sep 17 00:00:00 2001 From: "fenghao (P)" Date: Sat, 10 Jul 2021 20:18:01 +0800 Subject: [PATCH 3/3] Revert "IssueNo:#I3SH1G" This reverts commit dd09a64c52db8aaa4f6484bc2115c86207c75f4c. --- adapter/ohos/Compressor.java | 1 - 1 file changed, 1 deletion(-) diff --git a/adapter/ohos/Compressor.java b/adapter/ohos/Compressor.java index 515aae6a..e8e0ea52 100644 --- a/adapter/ohos/Compressor.java +++ b/adapter/ohos/Compressor.java @@ -54,7 +54,6 @@ public class Compressor { private static final String CONFIG_JSON = "config.json"; private static final String CODE = "code"; private static final String NAME = "name"; - private static final String VERSION = "\"version\""; private static final String NULL_DIR_NAME = ""; private static final String RES_DIR_NAME = "res/"; private static final String RESOURCES_DIR_NAME = "resources/"; -- Gitee