pull/2459/head
Adeeb Shihadeh 5 years ago
parent 6b67020e14
commit d5a8444d6c
  1. 2
      selfdrive/loggerd/loggerd.cc

@ -606,7 +606,9 @@ static void bootlog() {
int main(int argc, char** argv) { int main(int argc, char** argv) {
int err; int err;
#ifdef QCOM
set_realtime_priority(50); set_realtime_priority(50);
#endif
if (argc > 1 && strcmp(argv[1], "--bootlog") == 0) { if (argc > 1 && strcmp(argv[1], "--bootlog") == 0) {
bootlog(); bootlog();

Loading…
Cancel
Save