Searched refs:mLogcat (Results 1 – 1 of 1) sorted by relevance
106 private LogcatReceiver mLogcat; field in AppLaunchTest170 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_SIZE_BYTES, 0); in run()171 mLogcat.start(); in run()179 mLogcat.stop(); in run()312 try (InputStreamSource logcatData = mLogcat.getLogcatData()) { in postLogcat()