mirror of
https://gitee.com/openharmony/window_window_manager
synced 2025-02-25 02:11:56 +00:00
修改EventTracker命名错误
Signed-off-by: chenyunjiu <chenyunjiu1@huawei.com>
This commit is contained in:
parent
2a5e00f09b
commit
ea315c1736
@ -55,7 +55,7 @@ public:
|
||||
recordMap_.clear();
|
||||
}
|
||||
|
||||
void LogWarnninAllInfos() const
|
||||
void LogWarningAllInfos() const
|
||||
{
|
||||
auto now = std::chrono::system_clock::now();
|
||||
if (std::chrono::duration_cast<std::chrono::seconds>(now - lastOutputTime_).count() < OUTPUT_FREQ) {
|
||||
|
@ -441,7 +441,7 @@ sptr<ScreenSession> ScreenSessionManager::GetScreenSession(ScreenId screenId) co
|
||||
{
|
||||
std::lock_guard<std::recursive_mutex> lock(screenSessionMapMutex_);
|
||||
if (screenSessionMap_.empty()) {
|
||||
screenEventTracker_.LogWarnninAllInfos();
|
||||
screenEventTracker_.LogWarningAllInfos();
|
||||
}
|
||||
auto iter = screenSessionMap_.find(screenId);
|
||||
if (iter == screenSessionMap_.end()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user