New issue
Advanced search Search tips

Issue 719313 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 3
Type: Bug

Blocking:
issue 518942



Sign in to add a comment

bluetooth: Incorrect name in logging statement

Project Member Reported by ortuno@chromium.org, May 8 2017

Issue description

https://cs.chromium.org/chromium/src/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm?sq=package:chromium&dr&l=186

  return out << "<BluetoothRemoteGattServiceMac "
             << descriptor.GetUUID().canonical_value() << "/" << &descriptor

It says BluetoothRemoteGattServiceMac and then prints the descriptor's uuid. It should probably start with BluetoothRemoteGattDescriptor print it's uuid, then characteristics, prints it's uuid and finally BluetoothRemoteGattService and print it's uuid.
 
Project Member

Comment 1 by bugdroid1@chromium.org, May 9 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/0cafc95d595689bfde0c550c60482e2d0b67ea43

commit 0cafc95d595689bfde0c550c60482e2d0b67ea43
Author: jlebel <jlebel@chromium.org>
Date: Tue May 09 09:12:14 2017

bluetooth: macOS: Fixing BluetoothRemoteGattDescriptorMac log description

BUG= 719313 

Review-Url: https://codereview.chromium.org/2869833004
Cr-Commit-Position: refs/heads/master@{#470269}

[modify] https://crrev.com/0cafc95d595689bfde0c550c60482e2d0b67ea43/device/bluetooth/bluetooth_remote_gatt_descriptor_mac.mm

Status: Fixed (was: Assigned)

Sign in to add a comment