Searched refs:mLogcat (Results 1 – 2 of 2) sorted by relevance
125 LogcatItem mLogcat = null; field in LogcatParser184 return mLogcat; in parse()202 return mLogcat; in parse()209 mLogcat = null; in clear()223 if (mLogcat == null) { in parseLine()224 mLogcat = new LogcatItem(); in parseLine()343 if (mLogcat == null) { in commit()403 mLogcat.addEvent(item); in commit()407 mLogcat.setStartTime(mStartTime); in commit()408 mLogcat.setStopTime(mStopTime); in commit()
178 private LogcatReceiver mLogcat; field in HermeticLaunchTest188 mLogcat = new LogcatReceiver(getDevice(), LOGCAT_CMD, LOGCAT_SIZE, 0); in run()189 mLogcat.start(); in run()236 mLogcat.stop(); in run()377 try (InputStreamSource input = mLogcat.getLogcatData(); in analyzeLogCatData()