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.java761 SizeLimitedOutputStream emulatorOutput = new SizeLimitedOutputStream( in launchEmulator() local
763 Process p = runUtil.runCmdInBackground(fullArgs, emulatorOutput); in launchEmulator()
769 testDevice.setEmulatorOutputStream(emulatorOutput); in launchEmulator()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java671 try (InputStreamSource emulatorOutput = device.getEmulatorOutput()) { in reportLogs() argument
674 listener.testLog(name, LogDataType.TEXT, emulatorOutput); in reportLogs()