Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7c7373a3 authored by Sal Savage's avatar Sal Savage Committed by android-build-merger
Browse files

Merge "Audio HAL: Check if ProviderFactory is null before printing debugging" am: 3516c0e5

am: fe00616f

Change-Id: I58025c4525ed4b741f2b7b9ce02c775c50f75eea
parents 7de77d0f fe00616f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,10 +217,10 @@ void BluetoothAudioClientInterface::fetch_audio_provider() {

  android::sp<IBluetoothAudioProvidersFactory> providersFactory =
      IBluetoothAudioProvidersFactory::getService();
  CHECK(providersFactory != nullptr);
  LOG(INFO) << "IBluetoothAudioProvidersFactory::getService() returned "
            << providersFactory.get()
            << (providersFactory->isRemote() ? " (remote)" : " (local)");
  CHECK(providersFactory != nullptr);

  std::promise<void> getProviderCapabilities_promise;
  auto getProviderCapabilities_future =