mirror of
https://github.com/mvt-project/mvt.git
synced 2026-06-05 06:28:08 +02:00
Update ios parsing
This commit is contained in:
@@ -90,7 +90,7 @@ class ShutdownLog(IOSExtraction):
|
||||
# End of the current processes
|
||||
for p in current_processes:
|
||||
recent_processes.append(p)
|
||||
delay = float(line.split(" ")[1][:-2])
|
||||
delay += float(line.split(" ")[1][:-2])
|
||||
times_delayed += 1
|
||||
current_processes = []
|
||||
elif line.startswith("SIGTERM: "):
|
||||
|
||||
Reference in New Issue
Block a user