mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Reverts Backtrace: format to what it used to be
Was: Backtrace: N:M N:M N:M ... Now: Backtrace:N:MN:M N:M ... The problem with the new format is that it is hard to parse and breaks the parser that is used by PlatformIO. The old format is much more reasonable. I do not see how the pattern in IDFDUT.py can work with the new format, due to the missing space after the :
This commit is contained in:
committed by
Guillaume Souchere
parent
f0a3ccc732
commit
5728fe325e
@ -88,7 +88,6 @@ esp_err_t IRAM_ATTR esp_backtrace_print_from_frame(int depth, const esp_backtrac
|
||||
corrupted = true;
|
||||
}
|
||||
print_entry(esp_cpu_process_stack_pc(stk_frame.pc), stk_frame.sp, panic);
|
||||
print_str(" ", panic);
|
||||
}
|
||||
|
||||
//Print backtrace termination marker
|
||||
|
Reference in New Issue
Block a user