diff --git a/services/bundlemgr/src/aot/aot_args.cpp b/services/bundlemgr/src/aot/aot_args.cpp index bc2b82ee9da12d5e09111768aa1f7a2eb39e165d..5681ef207fbc455552c6200fd8654ff27d22c95a 100644 --- a/services/bundlemgr/src/aot/aot_args.cpp +++ b/services/bundlemgr/src/aot/aot_args.cpp @@ -57,6 +57,7 @@ HspInfo *HspInfo::Unmarshalling(Parcel &parcel) { HspInfo *hspInfo = new (std::nothrow) HspInfo(); if (hspInfo && !hspInfo->ReadFromParcel(parcel)) { + APP_LOGE("read HspInfo from parcel failed"); APP_LOGE("read HspInfo from parcel failed"); delete hspInfo; hspInfo = nullptr;