HomeSort by relevance Sort by last modified time
    Searched defs:Bugreport (Results 1 - 3 of 3) sorted by null

  /system/core/adb/
bugreport.h 26 class Bugreport {
30 Bugreport() : line_printer_() {
47 DISALLOW_COPY_AND_ASSIGN(Bugreport);
  /development/tools/bugreport/src/com/android/bugreport/bugreport/
Bugreport.java 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
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
Bugreport.java 35 * Object holding the bugreport files references, compatible of flat bugreport and zipped bugreport
38 public class Bugreport implements Closeable {
42 public Bugreport(File bugreportFile, boolean isZipped) {
48 * Return true if it's a zipped bugreport, false otherwise.
55 * Helper to log the Bugreport whether its zipped or not.
61 LogDataType type = isZipped() ? LogDataType.BUGREPORTZ : LogDataType.BUGREPORT;
68 * Return a {@link File} pointing to the bugreport main file. For a flat bugreport, it return
144 File bugreport = null; local
    [all...]

Completed in 1069 milliseconds