From 4945f90dceef1b1207865a06e3951be9623eb1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=AC=C2=BF=C2=A1=C3=B6=C3=8E?= Date: Thu, 27 Feb 2025 10:19:45 +0800 Subject: [PATCH] addlog Signed-off-by: lujunxin --- OAT.xml | 108 +++++++++++++++++++++ build-profile.json5 | 12 --- product/phone/src/main/ets/pages/index.ets | 1 + 3 files changed, 109 insertions(+), 12 deletions(-) diff --git a/OAT.xml b/OAT.xml index 10e6728..348837c 100644 --- a/OAT.xml +++ b/OAT.xml @@ -21,6 +21,26 @@ desc="hvigor配置文件,DevEco Studio自动生成,不手动修改" name="*.json5.ftl" type="filename"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build-profile.json5 b/build-profile.json5 index 77e1d25..b2c6e67 100644 --- a/build-profile.json5 +++ b/build-profile.json5 @@ -1,18 +1,6 @@ { "app": { "signingConfigs": [ - { - "name": "default", - "material": { - "certpath": "C:/Users/l30051688/.ohos/config/openharmony/default_applications_clock_yy0iSiZbZcuiIAZ_draa2ySNdrJlZeuIW709DtFsmMw=.cer", - "storePassword": "0000001B3E3FFFEB097D828DDACAC6B2465A5EB9E71E8E5D62072028C976C8B3950D94881924EA166BFE54", - "keyAlias": "debugKey", - "keyPassword": "0000001BD31CF455D29CFEB95814C51046D56C3EBBFE72911B6237170C2B5C6C5DCA5F633DCFBDB6D05B30", - "profile": "C:/Users/l30051688/.ohos/config/openharmony/default_applications_clock_yy0iSiZbZcuiIAZ_draa2ySNdrJlZeuIW709DtFsmMw=.p7b", - "signAlg": "SHA256withECDSA", - "storeFile": "C:/Users/l30051688/.ohos/config/openharmony/default_applications_clock_yy0iSiZbZcuiIAZ_draa2ySNdrJlZeuIW709DtFsmMw=.p12" - } - } ], "products": [ { diff --git a/product/phone/src/main/ets/pages/index.ets b/product/phone/src/main/ets/pages/index.ets index e2dabd5..942057f 100644 --- a/product/phone/src/main/ets/pages/index.ets +++ b/product/phone/src/main/ets/pages/index.ets @@ -399,6 +399,7 @@ struct Index { } async aboutToDisappear(): Promise { + LogUtil.info(TAG, 'aboutToDisappear'); this.unSubscribeCommentAsLockEvent(); this.unSubscribeEvents(); BreakpointManager.unregister(); -- Gitee