mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-27 17:11:49 +00:00
!1305 interceptorId打印
Merge pull request !1305 from 小发发/accessibility_240801
This commit is contained in:
commit
df52d063ee
@ -235,7 +235,6 @@ void AccessibilityInputInterceptor::UpdateInterceptor()
|
||||
interceptorId_ = -1;
|
||||
}
|
||||
|
||||
HILOG_INFO("interceptorId:%{public}d", interceptorId_);
|
||||
if ((availableFunctions_ & FEATURE_MOUSE_AUTOCLICK) ||
|
||||
(availableFunctions_ & FEATURE_TOUCH_EXPLORATION) ||
|
||||
(availableFunctions_ & FEATURE_SCREEN_MAGNIFICATION) ||
|
||||
@ -248,6 +247,7 @@ void AccessibilityInputInterceptor::UpdateInterceptor()
|
||||
interceptorId_ = inputManager_->AddInterceptor(inputEventConsumer_, PRIORITY_EVENT,
|
||||
MMI::CapabilityToTags(MMI::INPUT_DEV_CAP_KEYBOARD));
|
||||
}
|
||||
HILOG_INFO("interceptorId:%{public}d", interceptorId_);
|
||||
}
|
||||
|
||||
void AccessibilityInputInterceptor::DestroyInterceptor()
|
||||
|
Loading…
Reference in New Issue
Block a user