Home | History | Annotate | Download | only in bugreport

Lines Matching refs:bugreport

17 package com.android.bugreport.bugreport;
19 import com.android.bugreport.anr.Anr;
20 import com.android.bugreport.logcat.Logcat;
21 import com.android.bugreport.logcat.LogLine;
22 import com.android.bugreport.stacks.ProcessSnapshot;
23 import com.android.bugreport.stacks.VmTraces;
30 * Class to represent what we know and understand about a bugreport.
32 public class Bugreport {
39 * Timestamp for the beginning of the bugreport.
44 * Timestamp for the beginning of the bugreport.
49 * The information about the first ANR that contained in the bugreport. If there
60 * The merged logcat section of a bugreport.
65 * The 'SYSTEM LOG' section of a bugreport.
70 * The 'EVENT LOG' section of a bugreport.