ui: log visionipc receive timeout

old-commit-hash: 0a6d500a4a99572f2b1e81de891a46ab8f87e1bd
This commit is contained in:
Willem Melching
2021-02-16 17:15:44 +01:00
parent e07aeba821
commit 037d108627
+4
View File
@@ -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
}
}
}