From 54fec27c00dc3e37fed250c4c490d983fc891e9d Mon Sep 17 00:00:00 2001 From: hai007 Date: Thu, 26 Jan 2023 11:39:24 -0800 Subject: [PATCH] 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 --- fastpair/repository/fast_pair_metadata_repository_impl.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/fastpair/repository/fast_pair_metadata_repository_impl.cc b/fastpair/repository/fast_pair_metadata_repository_impl.cc index 6424d675..78394f44 100644 --- a/fastpair/repository/fast_pair_metadata_repository_impl.cc +++ b/fastpair/repository/fast_pair_metadata_repository_impl.cc @@ -129,6 +129,7 @@ FastPairMetadataRepositoryFactoryImpl:: std::unique_ptr FastPairMetadataRepositoryFactoryImpl::CreateInstance() { + NEARBY_LOGS(VERBOSE) << "Device Type is hardcode to kWindows."; return std::make_unique( std::make_unique( api::DeviceInfo::OsType::kWindows),