Open tir38 opened 2 years ago
In #21 we try to turn down audio many times to ensure we reached fully disabled
However if an audio channel does not exist, then ADB will return
/system/bin/sh: media: inaccessible or not found
This gets printed 20 times per missing channel. It would be nice if we only printed this once.
I think I can do this with capture3 which also captures std_error
capture3
std_error
In #21 we try to turn down audio many times to ensure we reached fully disabled
However if an audio channel does not exist, then ADB will return
This gets printed 20 times per missing channel. It would be nice if we only printed this once.
I think I can do this with
capture3
which also capturesstd_error