mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
minidumpserver: sync the stackdump search string after #7875
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
@@ -244,7 +244,7 @@ class dump_log_file:
|
||||
line = line[tmp.span()[1] :]
|
||||
continue
|
||||
|
||||
tmp = re.search("_stackdump:", line)
|
||||
tmp = re.search("stackdump:", line)
|
||||
if tmp is not None:
|
||||
# find stackdump
|
||||
line = line[tmp.span()[1] :]
|
||||
|
||||
Reference in New Issue
Block a user