mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +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] :]
|
line = line[tmp.span()[1] :]
|
||||||
continue
|
continue
|
||||||
|
|
||||||
tmp = re.search("_stackdump:", line)
|
tmp = re.search("stackdump:", line)
|
||||||
if tmp is not None:
|
if tmp is not None:
|
||||||
# find stackdump
|
# find stackdump
|
||||||
line = line[tmp.span()[1] :]
|
line = line[tmp.span()[1] :]
|
||||||
|
|||||||
Reference in New Issue
Block a user