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

Commit 76d78c68 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change the default snoop log level to off."

parents bfd4876d 6629e522
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ static future_t* start_up() {
  std::string default_mode = BTSNOOP_MODE_DISABLED;
  if (is_debuggable) {
    int len = osi_property_get(BTSNOOP_DEFAULT_MODE_PROPERTY, property.data(),
                               BTSNOOP_MODE_FILTERED);
                               BTSNOOP_MODE_DISABLED);
    default_mode = std::string(property.data(), len);
  }