minidumpserver: replace stackdump to stack_dump
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
5b22eba0bd
commit
8bd0d441ae
|
@ -244,7 +244,7 @@ class dump_log_file:
|
|||
line = line[tmp.span()[1] :]
|
||||
continue
|
||||
|
||||
tmp = re.search("stackdump:", line)
|
||||
tmp = re.search("stack_dump:", line)
|
||||
if tmp is not None:
|
||||
# find stackdump
|
||||
line = line[tmp.span()[1] :]
|
||||
|
|
Loading…
Reference in New Issue