mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
make bridge more robust
This commit is contained in:
@@ -55,7 +55,10 @@ class HCI_Bridge:
|
|||||||
return
|
return
|
||||||
|
|
||||||
# Analyze the packet
|
# Analyze the packet
|
||||||
self.trace(hci_packet)
|
try:
|
||||||
|
self.trace(hci_packet)
|
||||||
|
except Exception:
|
||||||
|
logger.exception('Exception while tracing packet')
|
||||||
|
|
||||||
# Bridge the packet
|
# Bridge the packet
|
||||||
self.hci_sink.on_packet(packet)
|
self.hci_sink.on_packet(packet)
|
||||||
|
|||||||
Reference in New Issue
Block a user