AP_Arming: log @SYS/crash_dump.bin

This commit is contained in:
Andrew Tridgell 2021-12-01 21:10:28 +11:00
parent c49fd7e908
commit a8eed76f61

View File

@ -1377,6 +1377,7 @@ bool AP_Arming::arm(AP_Arming::Method method, const bool do_arming_checks)
"@SYS/memory.txt",
"@SYS/threads.txt",
"@ROMFS/hwdef.dat",
"@SYS/crash_dump.bin",
};
for (const auto *name : log_content_filenames) {
AP::logger().log_file_content(name);