!9473 AAFwkTag::share_ext hilog 整改

Merge pull request !9473 from leyiZh/0718shareext
This commit is contained in:
openharmony_ci 2024-07-22 13:06:54 +00:00 committed by Gitee
commit 47215aac12
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ JsShareExtension::JsShareExtension(const std::unique_ptr<Runtime> &runtime)
JsShareExtension::~JsShareExtension()
{
TAG_LOGD(AAFwkTag::SHARE_EXT, "destructor.");
TAG_LOGD(AAFwkTag::SHARE_EXT, "destructor");
}
} // namespace AbilityRuntime
} // namespace OHOS

View File

@ -24,7 +24,7 @@ namespace OHOS {
namespace AbilityRuntime {
ShareExtension *ShareExtension::Create(const std::unique_ptr<Runtime> &runtime)
{
TAG_LOGD(AAFwkTag::SHARE_EXT, "called.");
TAG_LOGD(AAFwkTag::SHARE_EXT, "called");
if (!runtime) {
return new ShareExtension();
}