Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DCodeCoverageTest.java93 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run()
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DTestInvocationMultiTest.java148 when(mDevice1.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in makeTwoDeviceContext()
160 when(mDevice2.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in makeTwoDeviceContext()
250 when(mDevice1.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in testResolveDynamicFails()
254 when(mDevice2.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in testResolveDynamicFails()
DTestInvocationTest.java478 when(mMockDevice.getLogcat()) in stubInvokeWithBuild()
963 when(mMockDevice.getLogcat()).thenReturn(mLogcatSetupSource).thenReturn(mLogcatTestSource); in testInvoke_buildFailed()
1010 when(mMockDevice.getLogcat()) in testInvoke_buildFailed_runtimeException()
1048 when(mMockDevice.getLogcat()).thenReturn(mLogcatSetupSource).thenReturn(mLogcatTestSource); in testInvoke_noBuild()
1087 when(mMockDevice.getLogcat()).thenReturn(mLogcatSetupSource).thenReturn(mLogcatTestSource); in testInvoke_noBuild_noHostLog()
1121 when(mMockDevice.getLogcat()) in testInvoke_skipBugreport_buildFailed()
DSandboxedInvocationExecutionTest.java137 doReturn(new ByteArrayInputStreamSource("".getBytes())).when(mMockDevice).getLogcat(); in setUp()
/tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/
DMemoryTests.java79 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1023 public InputStreamSource getLogcat(); in getLogcat() method
1036 public InputStreamSource getLogcat(int maxBytes); in getLogcat() method
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java1350 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2864 public InputStreamSource getLogcat() { in getLogcat() method in NativeDevice
2886 public InputStreamSource getLogcat(int maxBytes) { in getLogcat() method in NativeDevice