mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 21:07:35 +08:00
logger: increase stack size
evaluated with: logger start -e -t -m all and then make sure to get an error printf in the mavlink writer backend, eg. for an ack timeout.
This commit is contained in:
@@ -204,7 +204,7 @@ int Logger::start(char *const *argv)
|
||||
logger_task = px4_task_spawn_cmd("logger",
|
||||
SCHED_DEFAULT,
|
||||
SCHED_PRIORITY_MAX - 5,
|
||||
3200,
|
||||
3800,
|
||||
(px4_main_t)&Logger::run_trampoline,
|
||||
(char *const *)argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user