We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65abff9 commit 69a149aCopy full SHA for 69a149a
tools/debug_tools/crash_log_parser/crash_log_parser.py
@@ -115,7 +115,7 @@ def parse_line_for_register(line):
115
def main(crash_log, elfhelper):
116
mmfar_val = 0
117
bfar_val = 0
118
- lines = iter(crash_log.readlines())
+ lines = iter(crash_log.read().splitlines())
119
120
for eachline in lines:
121
if "++ MbedOS Fault Handler ++" in eachline:
0 commit comments