From 01a54ba1e924550298e56d02a0c670d833f14bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E5=B0=8F=E5=B8=85?= Date: Sun, 3 Apr 2022 08:27:55 +0800 Subject: [PATCH] Fix build for 64 bit. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 贺小帅 Change-Id: Ic5761b69fcf990cb056b9b13a03a6cae93bf089a --- frameworks/core/frame_aware_policy/src/intellisense_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/core/frame_aware_policy/src/intellisense_server.cpp b/frameworks/core/frame_aware_policy/src/intellisense_server.cpp index f7335de..a2be5a3 100644 --- a/frameworks/core/frame_aware_policy/src/intellisense_server.cpp +++ b/frameworks/core/frame_aware_policy/src/intellisense_server.cpp @@ -175,7 +175,7 @@ void IntelliSenseServer::SetPara(const int32_t currentFps, const int32_t current RME_LOGI("[SetPara]:ioctl SetPara!\n"); std::string key = std::to_string(currentRenderType) + " " + std::to_string(currentFps); map tempMap = m_subEventPara[key]; - RME_LOGI("[SetPara]:subEventPara map size: %{public}d", tempMap.size()); + RME_LOGI("[SetPara]:subEventPara map size: %{public}zu", tempMap.size()); } } // namespace RME } // namesapce OHOS -- Gitee