!16716 RSRenderServiceConnection::CreateVSyncConnection增加维测

Merge pull request !16716 from 马靖涛/20241104
This commit is contained in:
openharmony_ci 2024-11-05 04:54:52 +00:00 committed by Gitee
commit 01b83842bb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -441,6 +441,7 @@ sptr<IVSyncConnection> RSRenderServiceConnection::CreateVSyncConnection(const st
frameRateLinkerMap.RegisterFrameRateLinker(linker);
}).wait();
conn->id_ = id;
RS_LOGD("CreateVSyncConnection connect id: %{public}llu", id);
}
auto ret = appVSyncDistributor_->AddConnection(conn, windowNodeId);
if (ret != VSYNC_ERROR_OK) {