New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 636186 link

Starred by 2 users

Issue metadata

Status: Verified
Owner:
Last visit 16 days ago
Closed: Dec 2016
Cc:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug

Blocking:
issue 585504



Sign in to add a comment

"no Bluetooth instance available" warning from ArcBluetoothBridge at boot

Project Member Reported by derat@chromium.org, Aug 10 2016

Issue description

I see the following error at boot in a ToT samus build (with Bluetooth disabled, if that's relevant):

[2133:2133:0809/143857:WARNING:arc_bluetooth_bridge.cc(1336)] no Bluetooth instance available

Here's the code:

----

bool ArcBluetoothBridge::HasBluetoothInstance() const {
  if (!arc_bridge_service()->bluetooth()->instance()) {
    LOG(WARNING) << "no Bluetooth instance available";
    return false;
  }

  return true;
}

----

Under what circumstances does this happen? Is it always an error, or is it expected in some cases? If it's expected, I'm happy to delete the message.
 
Cc: lhchavez@chromium.org
This log message went away with https://codereview.chromium.org/2347293002 AFAICT - is this bug obsolete?
Owner: lhchavez@chromium.org
Status: Fixed (was: Assigned)
Yes, that changed introduced much better error messages and uses VLOG(1) instead of LOG(WARNING), so marking this as fixed.

Having said that, please open a new bug (with the new log) if you still see logspam during boot.
Status: Verified (was: Fixed)

Sign in to add a comment