| Index: device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
|
| diff --git a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
|
| index efc582f90f118c54b5051554d6a85669c7e830d3..41c3cc62ca5a84eede7a3f719f28c10d17710c96 100644
|
| --- a/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
|
| +++ b/device/bluetooth/dbus/bluetooth_gatt_application_service_provider_impl.cc
|
| @@ -156,6 +156,8 @@ void BluetoothGattApplicationServiceProviderImpl::GetManagedObjects(
|
| }
|
|
|
| writer.CloseContainer(&array_writer);
|
| + VLOG(3) << "Sending response to BlueZ for GetManagedObjects: \n"
|
| + << response->ToString();
|
| response_sender.Run(std::move(response));
|
| }
|
|
|
|
|