mirror of
https://github.com/openharmony/distributedhardware_distributed_input.git
synced 2026-07-21 05:45:23 -04:00
Description:amend log
Match-id-00461f6f1dff2b55db1473a4596f33031fe47f86
This commit is contained in:
@@ -93,6 +93,9 @@ std::string SetAnonyId(const std::string &message)
|
||||
if (IsString(jsonObj, DESCRIPTOR)) {
|
||||
jsonObj[DESCRIPTOR] = GetAnonyString(jsonObj[DESCRIPTOR]);
|
||||
}
|
||||
if (IsString(jsonObj, DINPUT_SOFTBUS_KEY_INPUT_DATA)) {
|
||||
jsonObj[DINPUT_SOFTBUS_KEY_INPUT_DATA] = GetAnonyString(jsonObj[DINPUT_SOFTBUS_KEY_INPUT_DATA]);
|
||||
}
|
||||
return jsonObj.dump();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user