Searched refs:LOGCAT_CMD (Results 1 – 2 of 2) sorted by relevance
90 private static final String LOGCAT_CMD = "logcat -v threadtime " field in HermeticLaunchTest188 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_CMD, LOGCAT_SIZE, 0); in run()
99 private static final String LOGCAT_CMD = "logcat *:V"; field in BootTimeTest596 getDevice(), allBuffers ? LOGCAT_CMD_ALL : LOGCAT_CMD, LOGCAT_SIZE, 0); in clearAndStartLogcat()