Searched refs:LogcatItem (Results 1 – 9 of 9) sorted by relevance
19 import com.android.loganalysis.item.LogcatItem;48 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr()72 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_anr_pid()95 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash()137 LogcatItem logcat = logcatParser.parse(lines); in testParse_test_exception()174 LogcatItem logcat = logcatParser.parse(lines); in testParse_test_exception_with_exras()200 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_system_server()227 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_process_pid()254 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_pid()277 LogcatItem logcat = new LogcatParser("2012").parse(lines); in testParse_java_crash_empty()[all …]
18 import com.android.loganalysis.item.LogcatItem;41 LogcatItem logcat = null; in testParse()
32 public class LogcatItem extends GenericItem { class50 public LogcatItem() { in LogcatItem() method in LogcatItem154 public LogcatItem merge(IItem other) throws ConflictingItemException { in merge()158 if (other == null || !(other instanceof LogcatItem)) { in merge()162 LogcatItem logcat = (LogcatItem) other; in merge()197 LogcatItem mergedLogcat = new LogcatItem(); in merge()
167 public LogcatItem getSystemLog() { in getSystemLog()168 return (LogcatItem) getAttribute(SYSTEM_LOG); in getSystemLog()174 public void setSystemLog(LogcatItem systemLog) { in setSystemLog()
18 import com.android.loganalysis.item.LogcatItem;125 LogcatItem mLogcat = null;177 public LogcatItem parse(BufferedReader input) throws IOException { in parse()193 public LogcatItem parse(List<String> lines) { in parse()221 mLogcat = new LogcatItem(); in parseLine()
25 import com.android.loganalysis.item.LogcatItem;205 mBugreport.setSystemLog((LogcatItem) getSection(mLogcatParser)); in commit()
19 import com.android.loganalysis.item.LogcatItem;50 private LogcatItem mLogcatItem = null;141 private LogcatItem extractLogcat(ITestDevice device, long startTime) { in extractLogcat()157 private String addJavaCrashToString(LogcatItem item, String errorMsg) { in addJavaCrashToString()
22 import com.android.loganalysis.item.LogcatItem;124 LogcatItem logcat = new LogcatParser().parse(reader); in run()240 private void printLogcat(LogcatItem logcat) { in printLogcat()
20 import com.android.loganalysis.item.LogcatItem;170 LogcatItem items; in parseEvents()