Browse Source

AP_Arming: log @SYS/storage.bin

this allows for reproduction of tricky issues involving the exact data
in storage
gps-1.3.1
Andrew Tridgell 3 years ago
parent
commit
9e86629800
  1. 1
      libraries/AP_Arming/AP_Arming.cpp

1
libraries/AP_Arming/AP_Arming.cpp

@ -1377,6 +1377,7 @@ bool AP_Arming::arm(AP_Arming::Method method, const bool do_arming_checks) @@ -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) {

Loading…
Cancel
Save