ui: log visionipc receive timeout

pull/20094/head
Willem Melching 4 years ago
parent 0b66f05658
commit 0a6d500a4a
  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