Searched refs:Logcat (Results 1 – 5 of 5) sorted by relevance
20 import com.android.bugreport.logcat.Logcat;62 public Logcat logcat;67 public Logcat systemLog;72 public Logcat eventLog;
49 public Logcat parse(Lines<? extends Line> lines) { in parse()50 final Logcat result = new Logcat(); in parse()
26 public class Logcat { class
24 import com.android.bugreport.logcat.Logcat;621 final Logcat result = mBugreport.logcat = new Logcat(); in mergeLogcat()738 final Logcat logcat = mBugreport.logcat; in makeInterestingLogcat()761 final Logcat logcat = mBugreport.logcat; in markLogcatProcessesAndThreads()780 final Logcat logcat = mBugreport.logcat; in markAnrLogcatRegions()
23 import com.android.bugreport.logcat.Logcat;503 final Logcat logcat = bugreport.logcat; in makeLogcatHdf()