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
When using software fallback, it seems that the qzInit call in qzCompress results in the following print, or something similar, every time qzCompress is called:
Error no hardware, switch to SW if permitted
g_process.qz_init_status = QZ_NO_HW
Can a change be made to only print once whenever the hardware status changes? That is, print the first time it looks like hardware is down, and keep probing silently but only print again when the hardware comes back up?
Thanks.
The text was updated successfully, but these errors were encountered:
When using software fallback, it seems that the
qzInit
call inqzCompress
results in the following print, or something similar, every timeqzCompress
is called:Can a change be made to only print once whenever the hardware status changes? That is, print the first time it looks like hardware is down, and keep probing silently but only print again when the hardware comes back up?
Thanks.
The text was updated successfully, but these errors were encountered: