提交 c111e0b6 编写于 作者: L liqiang

fix log error bug

Signed-off-by: Nliqiang <liqiang121@huawei.com>
Change-Id: I0d4bc35f06fe54966cd1d0800def112f8dcf1c54
上级 ff9987b0
......@@ -67,7 +67,7 @@ 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>(view->GetViewType()), this);
static_cast<uint8_t>(GetViewType()), this);
}
if (transMap_ != nullptr) {
delete transMap_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册