From 1e9e7264fade9bf324cea46b3b065a2f5fa389a6 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Mon, 25 Jan 2021 06:37:12 +0800 Subject: [PATCH] Fix loggcatd: removed duplicate call to android_logger_list_free (#19903) --- selfdrive/logcatd/logcatd_android.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/logcatd/logcatd_android.cc b/selfdrive/logcatd/logcatd_android.cc index 5cda4b64c6..4387211864 100644 --- a/selfdrive/logcatd/logcatd_android.cc +++ b/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; }