Fix loggcatd: removed duplicate call to android_logger_list_free (#19903)

old-commit-hash: 1e9e7264fa
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent 0df1db055f
commit 57c4099b7c
  1. 1
      selfdrive/logcatd/logcatd_android.cc

@ -63,7 +63,6 @@ int main() {
pm.send("androidLog", msg);
}
android_logger_list_close(logger_list);
android_logger_list_free(logger_list);
return 0;
}

Loading…
Cancel
Save