mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-28 19:48:31 -04:00
AP_Scheduler: Emit last internal error line
This commit is contained in:
parent
25ca2a0828
commit
0f5179d204
@ -397,6 +397,7 @@ void AP_Scheduler::Log_Write_Performance()
|
||||
max_time : perf_info.get_max_time(),
|
||||
mem_avail : hal.util->available_memory(),
|
||||
load : (uint16_t)(load_average() * 1000),
|
||||
internal_error_last_line : AP::internalerror().last_error_line(),
|
||||
internal_errors : AP::internalerror().errors(),
|
||||
internal_error_count : AP::internalerror().count(),
|
||||
spi_count : pd.spi_count,
|
||||
|
Loading…
Reference in New Issue
Block a user