diff --git a/selfdrive/loggerd/loggerd.cc b/selfdrive/loggerd/loggerd.cc index c929d2636a..a578d55038 100644 --- a/selfdrive/loggerd/loggerd.cc +++ b/selfdrive/loggerd/loggerd.cc @@ -606,7 +606,9 @@ static void bootlog() { int main(int argc, char** argv) { int err; +#ifdef QCOM set_realtime_priority(50); +#endif if (argc > 1 && strcmp(argv[1], "--bootlog") == 0) { bootlog();