Skip to content

Commit

Permalink
Local test for 3p API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700458134
  • Loading branch information
hai007 authored and copybara-github committed Nov 26, 2024
1 parent 088e5c1 commit c7fd8de
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions sharing/certificates/nearby_share_certificate_manager_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,14 @@ void NearbyShareCertificateManagerImpl::DownloadPublicCertificates() {
void NearbyShareCertificateManagerImpl::UploadLocalDeviceCertificates() {
executor_->PostTask([&]() {
LOG(INFO) << "Start to upload local device certificates.";
LOG(INFO) << "Inside upload, GGG flags: kCallNearbyIdentityApi:"
<< NearbyFlags::GetInstance().GetBoolFlag(
config_package_nearby::nearby_sharing_feature::
kCallNearbyIdentityApi);
LOG(INFO)
<< "Inside upload, GGG flags: kUseGrpcClient:"
<< NearbyFlags::GetInstance().GetBoolFlag(
config_package_nearby::nearby_sharing_feature::kUseGrpcClient);

if (!is_running()) {
LOG(WARNING)
Expand Down

0 comments on commit c7fd8de

Please sign in to comment.