标签: android process
如果我需要运行外部可执行文件,例如Runtime.getRuntime().exec("/system/bin/sleep 10")
Runtime.getRuntime().exec("/system/bin/sleep 10")
有没有办法知道这个过程何时开始?