mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-09-14 19:44:12 +08:00
reduce log spam (#20330)
* fix big spammers * my favorite test failure * remove that one * went down a bit more
This commit is contained in:
@@ -30,7 +30,7 @@ void run_model(DMonitoringModelState &model, VisionIpcClient &vipc_client) {
|
||||
// send dm packet
|
||||
dmonitoring_publish(pm, extra.frame_id, res, (t2 - t1) / 1000.0, model.output);
|
||||
|
||||
LOGD("dmonitoring process: %.2fms, from last %.2fms", t2 - t1, t1 - last);
|
||||
//printf("dmonitoring process: %.2fms, from last %.2fms\n", t2 - t1, t1 - last);
|
||||
last = t1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user