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

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

Merge "wifi(implementation): Print out the cb object on failure" into oc-dev

parents fdfb81eb 3797e188
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -855,7 +855,8 @@ WifiStatus WifiChip::registerDebugRingBufferCallback() {
    for (const auto& callback : shared_ptr_this->getEventCallbacks()) {
      if (!callback->onDebugRingBufferDataAvailable(hidl_status, data).isOk()) {
        LOG(ERROR) << "Failed to invoke onDebugRingBufferDataAvailable"
                   << " callback";
                   << " callback on: " << toString(callback);

      }
    }
  };