From 6e5eb630a5d9ddeb21e4b3ae0bc5926dc00d6b5e Mon Sep 17 00:00:00 2001 From: chenxuihui Date: Wed, 8 Jun 2022 17:18:54 +0800 Subject: [PATCH] hichainjstest bugfix Signed-off-by: chenxuihui --- hiviewdfx/hitracechainjstest/src/main/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hiviewdfx/hitracechainjstest/src/main/config.json b/hiviewdfx/hitracechainjstest/src/main/config.json index 2aa4396bb..803713572 100755 --- a/hiviewdfx/hitracechainjstest/src/main/config.json +++ b/hiviewdfx/hitracechainjstest/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "ohos.acts.hiviewdfx.hilog.function", + "bundleName": "ohos.acts.hiviewdfx.hitracechain.function", "vendor": "example", "version": { "code": 1, @@ -13,7 +13,7 @@ }, "deviceConfig": {}, "module": { - "package": "ohos.acts.hiviewdfx.hilog.function", + "package": "ohos.acts.hiviewdfx.hitracechain.function", "name": ".MyApplication", "deviceType": [ "phone" @@ -36,7 +36,7 @@ ] } ], - "name": "ohos.acts.hiviewdfx.hilog.function.MainAbility", + "name": "ohos.acts.hiviewdfx.hilog.hitracechain.MainAbility", "icon": "$media:icon", "description": "$string:mainability_description", "label": "MyApplication", -- GitLab