ui: log visionipc receive timeout

old-commit-hash: 0a6d500a4a
commatwo_master
Willem Melching 4 years ago
parent e07aeba821
commit 037d108627
  1. 4
      selfdrive/ui/ui.cc

@ -274,6 +274,10 @@ static void update_vision(UIState *s) {
VisionBuf * buf = s->vipc_client->recv();
if (buf != nullptr){
s->last_frame = buf;
} else {
#if defined(QCOM) || defined(QCOM2)
LOGE("visionIPC receive timeout");
#endif
}
}
}

Loading…
Cancel
Save