mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 05:12:11 +08:00
Fix loggcatd: removed duplicate call to android_logger_list_free (#19903)
old-commit-hash: 1e9e7264fade9bf324cea46b3b065a2f5fa389a6
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