mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-12-04 05:22:25 +00:00
!9473 AAFwkTag::share_ext hilog 整改
Merge pull request !9473 from leyiZh/0718shareext
This commit is contained in:
commit
47215aac12
@ -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
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user