HomeSort by relevance Sort by last modified time
    Searched refs:LogcatReceiver (Results 1 - 4 of 4) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
LogcatReceiver.java 26 public class LogcatReceiver implements ILogcatReceiver {
41 public LogcatReceiver(ITestDevice device, String logcatCmd,
58 public LogcatReceiver(ITestDevice device, long maxFileSize, int logStartDelay) {
NativeDevice.java 186 private LogcatReceiver mLogcatReceiver;
    [all...]
  /tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
AppTransitionTests.java 28 import com.android.tradefed.device.LogcatReceiver;
142 private LogcatReceiver mLaunchEventsLogs = null;
156 mLaunchEventsLogs = new LogcatReceiver(getDevice(), EVENTS_CMD, EVENTS_LOGCAT_SIZE,
173 mLaunchEventsLogs = new LogcatReceiver(getDevice(), EVENTS_CMD, EVENTS_LOGCAT_SIZE,
192 mLaunchEventsLogs = new LogcatReceiver(getDevice(), EVENTS_CMD, EVENTS_LOGCAT_SIZE,
212 mLaunchEventsLogs = new LogcatReceiver(getDevice(), EVENTS_CMD, EVENTS_LOGCAT_SIZE,
229 mLaunchEventsLogs = new LogcatReceiver(getDevice(), EVENTS_CMD, EVENTS_LOGCAT_SIZE,
325 private void startEventsLogs(LogcatReceiver logReceiver, String testName)
337 private void stopEventsLogs(LogcatReceiver logReceiver,String launchDesc) {
HermeticLaunchTest.java 26 import com.android.tradefed.device.LogcatReceiver;
145 private LogcatReceiver mLogcat;
155 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_CMD, LOGCAT_SIZE, 0);

Completed in 80 milliseconds