From 8f2c0bcc435229a256f0eab30811ec41c96d6553 Mon Sep 17 00:00:00 2001 From: chenminghui Date: Fri, 11 Oct 2024 15:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E5=8F=B7=EF=BC=9A#IAWBBI=20=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0:=E3=80=90=E6=8B=86=E5=88=86=E5=8D=95=E3=80=91?= =?UTF-8?q?=E3=80=90B311=E3=80=91=E3=80=90=E7=A8=B3=E5=AE=9A=E6=80=A7?= =?UTF-8?q?=E4=B8=93=E9=A1=B9=E3=80=91=E3=80=90=E7=B3=BB=E7=BB=9F=E9=81=8D?= =?UTF-8?q?=E5=8E=86=E3=80=911=E6=9C=8830=E6=97=A5-1=E6=9C=8831=E6=97=A5?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C12=E5=B0=8F=E6=97=B6=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=EF=BC=8C=E5=87=BA=E7=8E=B0cppcrash=E9=97=AE=E9=A2=98=EF=BC=8C?= =?UTF-8?q?=E8=BF=9B=E7=A8=8B=EF=BC=9Adevice=5Fmanager=EF=BC=8C=E5=B4=A9?= =?UTF-8?q?=E6=BA=83so=EF=BC=9Alibdevicemanagerserviceimpl.z.so=20https://?= =?UTF-8?q?e.gitee.com/kunyuan-hongke/projects/579136/bugs/table=3Fissue?= =?UTF-8?q?=5Ftype=5Fcategory=3Dbug&%3Bissue=3DI8XMRM&issue=3DI904FO=20?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=A0=B9=E5=9B=A0=EF=BC=9Ajson=E5=BA=93?= =?UTF-8?q?=E6=8A=9B=E5=87=BA=E5=BC=82=E5=B8=B8:error=5Fhandler=5Ft::stric?= =?UTF-8?q?t=E3=80=82=20=E8=A7=A3=E5=86=B3=E6=96=B9=E6=A1=88=EF=BC=9A?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E8=BF=99=E4=B8=AA=E5=BC=82=E5=B8=B8=E3=80=82?= =?UTF-8?q?=20=E6=98=AF=E5=90=A6=E5=AE=8C=E6=88=90=E5=8F=98=E6=88=90?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E8=87=AA=E6=A3=80=EF=BC=9AY=20=E6=98=AF?= =?UTF-8?q?=E5=90=A6=E7=BC=96=E8=AF=91=E4=B8=94=E9=AA=8C=E8=AF=81=E9=80=9A?= =?UTF-8?q?=E8=BF=87=EF=BC=9AY=20=E5=BD=B1=E5=93=8D=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=B8=8E=E5=B9=B3=E5=8F=B0=E8=8C=83=E5=9B=B4=EF=BC=9A?= =?UTF-8?q?NA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenminghui Change-Id: I3e6dd0a6a2d349f01d2c65c27f87212c9e656bb8 --- .../src/authentication/auth_message_processor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/implementation/src/authentication/auth_message_processor.cpp b/services/implementation/src/authentication/auth_message_processor.cpp index de6028f18..852d3d2f3 100644 --- a/services/implementation/src/authentication/auth_message_processor.cpp +++ b/services/implementation/src/authentication/auth_message_processor.cpp @@ -87,7 +87,7 @@ std::vector AuthMessageProcessor::CreateAuthRequestMessage() jsonObj[TAG_SLICE_NUM] = thumbnailSlice + 1; jsonObj[TAG_THUMBNAIL_SIZE] = thumbnailSize; GetJsonObj(jsonObj); - jsonStrVec.push_back(jsonObj.dump()); + jsonStrVec.push_back(jsonObj.dump(-1, ' ', false, nlohmann::detail::error_handler_t::ignore)); for (int32_t idx = 0; idx < thumbnailSlice; idx++) { nlohmann::json jsonThumbnailObj; jsonThumbnailObj[TAG_VER] = DM_ITF_VER; -- Gitee