Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道您将在终端模拟器中使用的热重启命令?它会是一个类似于正常重启命令的命令吗?如果有人可以帮助谢谢。
可能取决于你所说的hot是什么意思。无论如何,您可以使用:
$ adb -s <SERIALNO> reboot
或者
$ adb -s <SERIALNO> shell 'stop; sleep 5; start'