give loggerd min rt priority

pull/2505/head
Adeeb Shihadeh 5 years ago
parent 30112f9add
commit 8f44e69583
  1. 2
      selfdrive/loggerd/loggerd.cc

@ -606,6 +606,8 @@ static void bootlog() {
int main(int argc, char** argv) {
int err;
set_realtime_priority(50);
if (argc > 1 && strcmp(argv[1], "--bootlog") == 0) {
bootlog();
return 0;

Loading…
Cancel
Save