Searched refs:mLogcat (Results 1 – 2 of 2) sorted by relevance
125 LogcatItem mLogcat = null; field in LogcatParser184 return mLogcat; in parse()199 return mLogcat; in parse()206 mLogcat = null; in clear()220 if (mLogcat == null) { in parseLine()221 mLogcat = new LogcatItem(); in parseLine()340 if (mLogcat == null) { in commit()400 mLogcat.addEvent(item); in commit()404 mLogcat.setStartTime(mStartTime); in commit()405 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()