DeviceJUnit4ClassRunner.LogAnnotation

public static class DeviceJUnit4ClassRunner.LogAnnotation
extends Object implements Annotation

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


로그를 신고자에게 전달하기 위한 가짜 주석입니다.

요약

필드

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

공개 생성자

LogAnnotation(LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

공개 메서드

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

필드

mLogs

public LinkedBlockingQueue<MetricTestCase.LogHolder> mLogs

공개 생성자

LogAnnotation

public LogAnnotation (LinkedBlockingQueue<MetricTestCase.LogHolder> logs)

매개변수
logs LinkedBlockingQueue

공개 메서드

annotationType

public Class<? extends Annotation> annotationType ()

반환
Class<? extends Annotation>

같음

public boolean equals (Object other)

매개변수
other Object

반환
boolean

hashCode

public int hashCode ()

반환
int