update services/bundlemgr_lite/src/bundle_ms_feature.cpp.

Signed-off-by: Lotol <linxiangzhi@huawei.com>
This commit is contained in:
Lotol
2022-09-26 01:20:00 +00:00
committed by Gitee
parent b5dc3ac6b1
commit a9f7f2995c
@@ -619,7 +619,7 @@ uint8_t BundleMsFeature::HandleGetBundleInfosByIndex(const uint8_t funcId, IpcIo
return ERR_APPEXECFWK_OBJECT_NULL;
}
int32_t lengthOfBundleInfo = 0;
BundleInfo *bundleInfos = GetInnerBundleInfos(req, reply, &lengthOfBundleInfo);;
BundleInfo *bundleInfos = GetInnerBundleInfos(req, reply, &lengthOfBundleInfo);
int32_t index = 0;
ReadInt32(req, &index);
HILOG_INFO(HILOG_MODULE_APP, "BundleMS index is : %{public}d\n", index);