gpt4 book ai didi

android - adb 等待设备超时/非阻塞?

转载 作者:搜寻专家 更新时间:2023-11-01 08:47:14 26 4
gpt4 key购买 nike

有没有办法在调用“adb wait-for-devices”时超时?

场景:

adb reboot
adb wait-for-devices (timeout listed here - if possible)
**if times out: echo timed out**
**else**
adb root
adb wait-for-devices

最佳答案

在 Bash 中,

timeout <time_in_seconds> adb wait-for-any-device

例如:下面的命令等待 40 秒扫描 adb 设备,成功时返回命令的退出代码,超时时返回 124,失败时返回命令的退出代码。

timeout 40 adb wait-for-any-device

关于android - adb 等待设备超时/非阻塞?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26985629/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com