optimize log

Signed-off-by: dengxiaoyu <dengxiaoyu6@huawei.com>
This commit is contained in:
dengxiaoyu 2024-10-12 15:34:12 +08:00
parent c0dbec613f
commit e6822025a0

View File

@ -241,7 +241,7 @@ int32_t DMSContinueSendMgr::SendSoftbusEvent(uint16_t bundleNameId, uint8_t cont
bundleNameId, continueTypeId);
std::shared_ptr<DSchedDataBuffer> buffer = std::make_shared<DSchedDataBuffer>(DMS_SEND_LEN);
if (buffer->Data() == nullptr || buffer->Size() < DMS_SEND_LEN) {
HILOGE("Failed to initialize DSchedDataBuffer.");
HILOGE("Failed to initialize DSchedDataBuffer");
return INVALID_PARAMETERS_ERR;
}
buffer->Data()[0] = (type << CONTINUE_SHIFT_04) | DMS_DATA_LEN;