Description:annoy string and fix code style

Match-id-b35226016f866ae3aae1dba6b3a328f717b64e50
This commit is contained in:
xxxx
2022-05-30 09:12:32 +08:00
parent 79fcf6c23d
commit 8271d9cf8a
30 changed files with 215 additions and 268 deletions
@@ -129,7 +129,7 @@ int32_t DistributedInputHandler::GetDeviceInfo(std::string& deviceId)
}
deviceId = localNode->networkId;
DHLOGI("device id is %s", deviceId.c_str());
DHLOGI("device id is %s", GetAnonyString(deviceId).c_str());
return DH_SUCCESS;
}