Home
last modified time | relevance | path

Searched refs:LogLine (Results 1 – 9 of 9) sorted by relevance

/development/tools/logblame/
Dtest_logs.py11 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "",
21 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "",
31 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
43 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
56 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
68 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
79 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
91 expected = [ logs.LogLine(None, "03-29 00:46:58.872", "1000", "1815", "1816", "I", "abcd",
105 logs.LogLine("system", "03-29 00:46:58.857", "1000", "1815", "1816", "I", "Noisy", "Message"),
106 logs.LogLine("system", "03-29 00:46:58.858", "1000", "1815", "1816", "I", "Noisy", "Message"),
[all …]
Dlogs.py17 class LogLine(object): class
48 logLine = LogLine(self.buf, self.timestamp, self.uid, self.pid, self.tid, self.level,
125 logLine = LogLine(
143 logLine = LogLine(
/development/tools/bugreport/src/com/android/bugreport/logcat/
DLogcat.java30 public ArrayList<LogLine> lines = new ArrayList<LogLine>();
35 public ArrayList<LogLine> filter(Set<String> tags, String levels) { in filter()
36 final ArrayList<LogLine> result = new ArrayList<LogLine>(); in filter()
37 for (LogLine line: lines) { in filter()
48 public ArrayList<LogLine> filter(String tag, String levels) { in filter()
49 final ArrayList<LogLine> result = new ArrayList<LogLine>(); in filter()
50 for (LogLine line: lines) { in filter()
DLogcatParser.java61 final LogLine ll = new LogLine(); in parse()
70 final LogLine ll = new LogLine(); in parse()
DLogLine.java29 public class LogLine extends Line { class
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java26 import com.android.bugreport.logcat.LogLine;
175 final ArrayList<LogLine> logLines = mBugreport.systemLog.filter("ActivityManager", "E"); in findAnr()
177 final ArrayList<Anr> anrs = parser.parse(new Lines<LogLine>(logLines), false); in findAnr()
576 private void inventLogcatTimes(ArrayList<LogLine> lines) { in inventLogcatTimes()
584 final LogLine line = lines.get(i); in inventLogcatTimes()
595 final LogLine line = lines.get(i); in inventLogcatTimes()
602 final LogLine line = lines.get(i); in inventLogcatTimes()
622 final ArrayList<LogLine> system = mBugreport.systemLog.lines; in mergeLogcat()
623 final ArrayList<LogLine> event = mBugreport.eventLog.lines; in mergeLogcat()
636 final LogLine systemLine = system.get(systemIndex); in mergeLogcat()
[all …]
/development/tools/bugreport/src/com/android/bugreport/bugreport/
DBugreport.java21 import com.android.bugreport.logcat.LogLine;
87 public ArrayList<LogLine> interestingLogLines = new ArrayList<LogLine>();
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java24 import com.android.bugreport.logcat.LogLine;
499 final LogLine line = bugreport.interestingLogLines.get(i); in makeLogcatHdf()
507 final LogLine line = logcat.lines.get(i); in makeLogcatHdf()
515 private void makeLogcatLineHdf(Data hdf, LogLine line) { in makeLogcatLineHdf()
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv83588 …-pRe7HvfTh-7H5fXuvLrzQ@fakeemail.com,Use LogHelper::LogLineLowStack instead of LogMessage::LogLine.