diff --git a/selfdrive/sensord/rawgps/rawgpsd.py b/selfdrive/sensord/rawgps/rawgpsd.py index c68e7aff99..95f8dab1c2 100755 --- a/selfdrive/sensord/rawgps/rawgpsd.py +++ b/selfdrive/sensord/rawgps/rawgpsd.py @@ -179,6 +179,8 @@ def main() -> NoReturn: while 1: opcode, payload = diag.recv() + if opcode != DIAG_LOG_F: + cloudlog.exception(f"Unhandled opcode: {opcode}") assert opcode == DIAG_LOG_F (pending_msgs, log_outer_length), inner_log_packet = unpack_from('