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.
如果我需要运行外部可执行文件,例如。Runtime.getRuntime().exec("/system/bin/sleep 10")
Runtime.getRuntime().exec("/system/bin/sleep 10")
有没有办法知道该过程何时开始?