mirror of
https://gitee.com/openharmony/deviceprofile_device_info_manager
synced 2024-12-04 05:48:43 +00:00
update common/src/utils/ipc_utils.cpp.
Signed-off-by: torrizo <lishenhao2@huawei.com>
This commit is contained in:
parent
d19b6ea65b
commit
b985f64da7
@ -223,7 +223,6 @@ bool IpcUtils::UnMarshalling(MessageParcel& parcel, std::map<std::string, std::s
|
||||
}
|
||||
std::string key = item.substr(0, position);
|
||||
std::string value = item.substr(position + 1);
|
||||
HILOGI("the key is %{public}s, value is %{public}s", key.c_str(), value.c_str());
|
||||
params[key] = value;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user