From 9e86629800ad7316413b2e8f77dba5726a0dfe99 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 3 Dec 2021 07:44:56 +1100 Subject: [PATCH] AP_Arming: log @SYS/storage.bin this allows for reproduction of tricky issues involving the exact data in storage --- libraries/AP_Arming/AP_Arming.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Arming/AP_Arming.cpp b/libraries/AP_Arming/AP_Arming.cpp index 73934f7ff8..5f6eb29a06 100644 --- a/libraries/AP_Arming/AP_Arming.cpp +++ b/libraries/AP_Arming/AP_Arming.cpp @@ -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/storage.bin", "@SYS/crash_dump.bin", }; for (const auto *name : log_content_filenames) {