!9451 AAFwkTag::EMBEDDED_EXT hilog整改

Merge pull request !9451 from leyiZh/0717embeddeduiexthilog
This commit is contained in:
openharmony_ci 2024-07-22 13:08:22 +00:00 committed by Gitee
commit 8ade48003e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

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

View File

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