Description: modify device id print

Match-id-0d1987414a3cb7fe0526e23d5de2eb7b03a72898
This commit is contained in:
xxxx
2022-09-02 11:16:28 +08:00
parent 60f5630035
commit ef70d7bd46
4 changed files with 21 additions and 24 deletions
-3
View File
@@ -90,9 +90,6 @@ std::string SetAnonyId(const std::string &message)
if (IsString(jsonObj, DINPUT_SOFTBUS_KEY_DEVICE_ID)) {
jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID] = GetAnonyString(jsonObj[DINPUT_SOFTBUS_KEY_DEVICE_ID]);
}
if (IsInt32(jsonObj, DINPUT_SOFTBUS_KEY_SESSION_ID)) {
jsonObj[DINPUT_SOFTBUS_KEY_SESSION_ID] = GetAnonyInt32(jsonObj[DINPUT_SOFTBUS_KEY_SESSION_ID]);
}
if (IsString(jsonObj, DESCRIPTOR)) {
jsonObj[DESCRIPTOR] = GetAnonyString(jsonObj[DESCRIPTOR]);
}