關於線程和進程的使用

最近在研究android自動化測試,爲了減少log日誌,每次循環執行以後清空日誌,在循環體中使用線程,以下:android new Thread(new Runnable() { @Override public void run() { while (!Thread.currentThread().isInterrupted()) { Process p1 = null; String cmd
相關文章
相關標籤/搜索