Adding the warning log to point out the os type is hardcoded to kWindows. To avoid future misunderstands when implement in different platform.

PiperOrigin-RevId: 504899629
This commit is contained in:
hai007
2023-01-26 11:41:30 -08:00
committed by Copybara-Service
parent eb282a64da
commit 54fec27c00
@@ -129,6 +129,7 @@ FastPairMetadataRepositoryFactoryImpl::
std::unique_ptr<FastPairMetadataRepository>
FastPairMetadataRepositoryFactoryImpl::CreateInstance() {
NEARBY_LOGS(VERBOSE) << "Device Type is hardcode to kWindows.";
return std::make_unique<FastPairMetadataRepositoryImpl>(
std::make_unique<FastPairMetadataFetcherImpl>(
api::DeviceInfo::OsType::kWindows),