mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
add debug info
This commit is contained in:
parent
0c9c54275e
commit
ffa2118717
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ run_termux_command() {
|
||||||
local retries=${retries:-3}
|
local retries=${retries:-3}
|
||||||
local sleep_interval=${sleep_interval:-5}
|
local sleep_interval=${sleep_interval:-5}
|
||||||
try_fix=3
|
try_fix=3
|
||||||
|
echo "run_termux_command with timeout=$timeout / retries=$retries / sleep_interval=$sleep_interval"
|
||||||
while ! adb shell "ls $probe" 2>/dev/null; do
|
while ! adb shell "ls $probe" 2>/dev/null; do
|
||||||
echo -n "Waiting for $probe: "
|
echo -n "Waiting for $probe: "
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue