• Martin Kreichgauer's avatar
    device/bluetooth: log WinRT API calls to chrome://device-log · c8a7001d
    Martin Kreichgauer authored
    We have been debugging various FIDO caBLE related issues that often only
    appear sporadically on a particular combination of (computer, OS
    version, phone). In some of them, WinRT behaving in exciting and
    unexpected ways was at least a contributing factor. The WinRT Bluetooth
    code currently VLOGs, which makes it difficult to obtain logs in these
    cases. Replace them with BLUETOOTH_LOG(), which can easily be collected
    by end users after the fact.
    
    These log statements can be converted to DVLOG once the WinRT Bluetooth
    and FIDO caBLE stacks have sufficiently stabilized.
    
    Change-Id: Id13f9e107167ecdc3e0230aee86ecf90219697d5
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2021331
    Commit-Queue: Martin Kreichgauer <martinkr@google.com>
    Reviewed-by: default avatarGiovanni Ortuño Urquidi <ortuno@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#737149}
    c8a7001d
bluetooth_remote_gatt_descriptor_winrt.cc 12.2 KB