Home
last modified time | relevance | path

Searched refs:rawText (Results 1 – 4 of 4) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/logcat/
DLogcatParser.java64 ll.rawText = text; in parse()
73 ll.rawText = text; in parse()
DLogLine.java34 public String rawText; field in LogLine
/development/tools/bugreport/src/com/android/bugreport/inspector/
DInspector.java662 synthetic.rawText = synthetic.text = "--------- beginning of event"; in mergeLogcat()
685 synthetic.rawText = synthetic.text = "--------- beginning of event"; in mergeLogcat()
743 if ((m = Utils.match(mBufferBeginRe, line.rawText)) != null) { in makeInterestingLogcat()
/development/tools/bugreport/src/com/android/bugreport/html/
DRenderer.java519 hdf.setValue("rawText", line.rawText); in makeLogcatLineHdf()