Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceManager.java708 SizeLimitedOutputStream emulatorOutput = new SizeLimitedOutputStream( in launchEmulator() local
710 Process p = runUtil.runCmdInBackground(fullArgs, emulatorOutput); in launchEmulator()
716 testDevice.setEmulatorOutputStream(emulatorOutput); in launchEmulator()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java541 try (InputStreamSource emulatorOutput = device.getEmulatorOutput()) { in reportLogs() argument
544 listener.testLog(name, LogDataType.TEXT, emulatorOutput); in reportLogs()