minidumpserver: sync the stackdump search string after #7875
Signed-off-by: wangbowen6 <wangbowen6@xiaomi.com>
This commit is contained in:
parent
60c0184b76
commit
eb884c00e8
@ -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] :]
|
||||
|
Loading…
Reference in New Issue
Block a user