Home
last modified time | relevance | path

Searched refs:stderrThread (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/product_config/src/com/android/build/config/
DKatiCommandImpl.java99 final Thread stderrThread = new Thread(new OutputReader(process.getErrorStream(), stderr), in run() local
101 stderrThread.start(); in run()
105 joinThread(stderrThread); in run()