DeviceJUnit4ClassRunner.LogAnnotation

public static class DeviceJUnit4ClassRunner.LogAnnotation
extends Object implements Annotation

java.lang.Object
com.android.tradefed.testtype.DeviceJUnit4ClassRunner.LogAnnotation


Chú thích giả nhằm chuyển nhật ký đến trình báo cáo.

Tóm tắt

Trường

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

Hàm khởi tạo công khai

LogAnnotation(LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

Phương thức công khai

Class<? extends Annotation> annotationType()
boolean equals(Object other)
int hashCode()

Trường

mLogs

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

Hàm khởi tạo công khai

LogAnnotation

public LogAnnotation (LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

Tham số
logs LinkedBlockingQueue

Phương thức công khai

annotationType

public Class<? extends Annotation> annotationType ()

Giá trị trả về
Class<? extends Annotation>

bằng

public boolean equals (Object other)

Tham số
other Object

Giá trị trả về
boolean

hashCode

public int hashCode ()

Giá trị trả về
int