From 574d1bd859bf6338ab40ee7d60efeaeb50e0d661 Mon Sep 17 00:00:00 2001 From: bailu1992 Date: Thu, 16 Mar 2023 16:01:10 +0800 Subject: [PATCH] yanzheng Signed-off-by: bailu1992 --- interfaces/native/src/sensor_agent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/native/src/sensor_agent.cpp b/interfaces/native/src/sensor_agent.cpp index ccae1ff7..6f1553f1 100755 --- a/interfaces/native/src/sensor_agent.cpp +++ b/interfaces/native/src/sensor_agent.cpp @@ -35,6 +35,7 @@ static const SensorAgentProxy *GetInstance() static int32_t NormalizeErrCode(int32_t code) { + SEN_HILOGE("NormalizeErrCode"); switch (code) { case PERMISSION_DENIED: { return PERMISSION_DENIED; -- Gitee