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