mirror of
https://gitee.com/openharmony/accessibility
synced 2025-02-21 13:11:59 +00:00
稳定性问题尝试修复,同步部分代码
Signed-off-by: taojuncun <taojuncun@huawei.com>
This commit is contained in:
parent
848ca382bc
commit
0489dffee9
@ -32,7 +32,7 @@ AccessibleAbilityManagerServiceProxy::~AccessibleAbilityManagerServiceProxy()
|
||||
bool AccessibleAbilityManagerServiceProxy::WriteInterfaceToken(MessageParcel &data)
|
||||
{
|
||||
HILOG_DEBUG();
|
||||
if (!data.WriteInterfaceToken(IAccessibleAbilityManagerService::GetDescriptor())) {
|
||||
if (!data.WriteInterfaceToken(AccessibleAbilityManagerServiceProxy::GetDescriptor())) {
|
||||
HILOG_ERROR("write interface token failed");
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user