mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
AP_HAL_SITL: correct name on stacktrace files
We write these files out for many more things than just segfaults
This commit is contained in:
parent
4ca34ea448
commit
51a1ee83a6
@ -84,7 +84,7 @@ void dump_stack_trace()
|
||||
char output_filepath[30];
|
||||
snprintf(output_filepath,
|
||||
ARRAY_SIZE(output_filepath),
|
||||
"segv_%s.%d.out",
|
||||
"dumpstack_%s.%d.out",
|
||||
p+1,
|
||||
(int)getpid());
|
||||
snprintf(cmd,
|
||||
|
Loading…
Reference in New Issue
Block a user