mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "wifi(implementation): Print out the cb object on failure" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
75e2bf0469
@@ -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);
|
||||
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user