You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trace=task_queue.get(timeout=FLUSH_INTERVAL*2) # wait for 2x the flush interval, this is an arbitrary number, as long as it is larger than the flush interval, it should be fine.
66
66
exceptEmpty:
67
67
ifstop_event.is_set():
68
+
print("Trace dumper thread has stopped.")
68
69
break
69
70
continue
70
71
f.write(f"{trace}\n")
71
72
task_queue.task_done()
73
+
print("Trace dumper thread has finished normally...")
0 commit comments