mirror of
https://gitee.com/openharmony/accessibility
synced 2024-11-30 02:21:35 +00:00
commit
4c9375e6e1
@ -104,7 +104,7 @@ bool AccessibilityConfig::Impl::ConnectToServiceAsync()
|
||||
if (InitAccessibilityServiceProxy()) {
|
||||
(void)RegisterToService();
|
||||
InitConfigValues();
|
||||
HILOG_INFO("ConnectToService Success");
|
||||
HILOG_DEBUG("ConnectToService Success");
|
||||
}
|
||||
}), "ConnectToServiceAsync");
|
||||
return true;
|
||||
@ -1389,7 +1389,7 @@ void AccessibilityConfig::Impl::InitConfigValues()
|
||||
if (isInitialized_) {
|
||||
NotifyDefaultConfigs();
|
||||
}
|
||||
HILOG_INFO("ConnectToService Success");
|
||||
HILOG_DEBUG("ConnectToService Success");
|
||||
}
|
||||
|
||||
void AccessibilityConfig::Impl::NotifyDefaultConfigs()
|
||||
|
Loading…
Reference in New Issue
Block a user