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.
2 parents 2bf8344 + 69a149a commit cfe0789Copy full SHA for cfe0789
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