dfx add hitrace for distributed_screen

Signed-off-by: qinlong0101 <qinlong15@huawei.com>
This commit is contained in:
qinlong0101
2022-05-16 13:03:08 +08:00
parent 91d399c5a0
commit d7de8a9c99
@@ -86,7 +86,6 @@ int32_t ScreenSourceTrans::Start()
StartTrace(DSCREEN_HITRACE_LABEL, DSCREEN_SOURCE_OPEN_SESSION_START);
int32_t ret = screenChannel_->OpenSession();
if (ret != DH_SUCCESS) {
DHLOGE("%s: Open channel session failed ret: %d.", LOG_TAG, ret);
return ret;