提交 e3846aeb 编写于 作者: O openharmony_ci 提交者: Gitee

!540 删除uiview析构函数中的告警日志

Merge pull request !540 from JayLeeHW/master_log_e
......@@ -65,10 +65,6 @@ UIView::UIView()
UIView::~UIView()
{
if (IsOnViewTree()) {
GRAPHIC_LOGW("View still on tree, might cause wild ptr! ViewType : %{public}d, View addr : %{public}p.\r\n",
static_cast<uint8_t>(GetViewType()), this);
}
if (transMap_ != nullptr) {
delete transMap_;
transMap_ = nullptr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册