Home | History | Annotate | Download | only in device

Lines Matching refs:Bugreport

30 import com.android.tradefed.util.Bugreport;
1093 * Retrieves a bugreport from the device.
1098 * @return An {@link InputStreamSource} which will produce the bugreport contents on demand. In
1105 * Retrieves a bugreportz from the device. Zip format bugreport contains the main bugreport
1116 * Helper method to take a bugreport and log it to the reporters.
1118 * @param dataName name under which the bugreport will be reported.
1119 * @param listener an {@link ITestLogger} to log the bugreport.
1125 * Take a bugreport and returns it inside a {@link Bugreport} object to handle it. Return null
1128 * File referenced in the Bugreport object need to be cleaned via {@link Bugreport#close()}.
1130 public Bugreport takeBugreport();