mirror of
https://github.com/openharmony/device_profile_core.git
synced 2026-07-19 17:05:37 -04:00
@@ -147,7 +147,7 @@ void ProfileChangeHandler::ConvertEntry(const std::vector<Entry>& entries,
|
||||
static_cast<uint8_t>(changeType));
|
||||
service2Index.emplace(trimmedKey, profileEntries.size());
|
||||
profileEntries.emplace_back(std::move(trimmedKey), entry.value.ToString(), changeType);
|
||||
HILOGD("key = %{public}s, value = %{public}s, state = %{public}u", profileKey->serviceId.c_str(),
|
||||
HILOGD("value = %{public}s, state = %{public}u",
|
||||
entry.value.ToString().c_str(), static_cast<uint8_t>(changeType));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user