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

Commit 6629e522 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Change the default snoop log level to off.

Bug: 112970672
Test: Flash a userdebug build and see that there are no logs.
Change-Id: Iba2c5b7572a6750c06f86c31cfc6054e9595b8ce
parent 2b4d4289
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);
  }