mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user