Searched refs:getLogcatData (Results 1 – 12 of 12) sorted by relevance
32 public InputStreamSource getLogcatData(); in getLogcatData() method34 public InputStreamSource getLogcatData(int maxBytes); in getLogcatData() method43 public default InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData() method44 return getLogcatData(maxBytes); in getLogcatData()
76 public InputStreamSource getLogcatData() { in getLogcatData() method in LogcatReceiver82 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() method in LogcatReceiver87 public InputStreamSource getLogcatData(int maxBytes, int offset) { in getLogcatData() method in LogcatReceiver
2879 return mLogcatReceiver.getLogcatData(); in getLogcat()2892 return mLogcatReceiver.getLogcatData(maxBytes); in getLogcat()
126 when(mMockLogcatReceiver.getLogcatData()) in testAnalyzingCustomBootMetrics_normalLogcat()169 when(mMockLogcatReceiver.getLogcatData()) in testAnalyzingCustomBootMetrics_missingBootCompleteSignals()212 when(mMockLogcatReceiver.getLogcatData()) in testAnalyzingCustomBootMetrics_missingCustomMetrics()230 when(mMockLogcatReceiver.getLogcatData()).thenReturn(createInputStreamSource(log)); in testLogcatArtifactPerIteration_twoBootIterations()
132 when(mMockReceiver.getLogcatData())135 when(mMockReceiver.getLogcatData(Mockito.anyInt(), Mockito.eq(3)))226 when(mMockReceiver.getLogcatData())231 when(mMockReceiver.getLogcatData(Mockito.anyInt(), Mockito.eq(3)))
82 when(mMockReceiver.getLogcatData()).thenReturn(createInputStreamSource()); in setup()124 when(mockReceiver.getLogcatData()).thenReturn(createInputStreamSource()); in testCollect_multipleDevice_perRun()
70 try (InputStreamSource data = mLogcatReceivers.get(device).getLogcatData()) { in onTestRunStart()148 receiver.getLogcatData(size, mOffset.get(device)), in collectAndLog()
141 try (InputStreamSource logcatData = mLogcatReceivers.get(device).getLogcatData()) { in onTestFail()165 try (InputStreamSource logcatData = mLogcatReceivers.get(device).getLogcatData()) { in collectMetrics()
71 public InputStreamSource getLogcatData(int maxBytes) { in getLogcatData() method in LogReceiver
462 mRebootLogcatReceiver.getLogcatData()) { in run()499 mRebootLogcatReceiver.getLogcatData()) { in run()726 try (InputStreamSource logcatData = mRebootLogcatReceiver.getLogcatData()) { in testSuccessiveBoots()863 try (InputStreamSource logcatData = mRebootLogcatReceiver.getLogcatData(); in analyzeGranularBootInfo()915 try (InputStreamSource logcatData = mRebootLogcatReceiver.getLogcatData(); in analyzeCustomBootInfo()1163 try (InputStreamSource logcatData = mRebootLogcatReceiver.getLogcatData(); in analyzeUnlockBootInfo()
429 try (InputStreamSource logcatData = logReceiver.getLogcatData()) { in stopEventsLogs()502 try (InputStreamSource logcatData = mLaunchEventsLogs.getLogcatData(); in parseTransitionDelayInfo()517 try (InputStreamSource logcatData = mLaunchEventsLogs.getLogcatData(); in parseLatencyInfo()
377 try (InputStreamSource input = mLogcat.getLogcatData(); in analyzeLogCatData()