add ~ nb apk remaining
This commit is contained in:
parent
734c8b7fe7
commit
92f23b0bf2
1 changed files with 4 additions and 3 deletions
|
|
@ -364,9 +364,10 @@ def worker(emu: str, apklist: queue.Queue[str], out_folder: Path, script: Path):
|
|||
)
|
||||
)
|
||||
print(
|
||||
f"[{datetime.datetime.now()}][{emu}(emulator-{console_port})] end loop, \
|
||||
{len(list(threading.enumerate()))} threads running, \
|
||||
{nb_emu_running} emulators running"
|
||||
f"[{datetime.datetime.now()}][{emu}(emulator-{console_port})] end loop, "
|
||||
f"{len(list(threading.enumerate()))} threads running, "
|
||||
f"{nb_emu_running} emulators running, "
|
||||
f"approximately {apklist.qsize()} apk remaining"
|
||||
)
|
||||
except Exception as e:
|
||||
msg = f"[{datetime.datetime.now()}] worker for {emu} (emulator-{console_port}) terminated after {e}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue