mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-26 16:32:06 +08:00
Fix loggcatd: removed duplicate call to android_logger_list_free (#19903)
This commit is contained in:
@@ -63,7 +63,6 @@ int main() {
|
||||
pm.send("androidLog", msg);
|
||||
}
|
||||
|
||||
android_logger_list_close(logger_list);
|
||||
android_logger_list_free(logger_list);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user