mirror of
https://gitee.com/openharmony/ability_dmsfwk
synced 2024-11-23 06:20:07 +00:00
optimize log
Signed-off-by: dengxiaoyu <dengxiaoyu6@huawei.com>
This commit is contained in:
parent
c0dbec613f
commit
e6822025a0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user