DeviceJUnit4ClassRunner.LogAnnotation

public static class DeviceJUnit4ClassRunner.LogAnnotation
extends Object

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


用于将日志传递给报告程序的虚假注释。

摘要

字段

public mLogs

公共构造函数

LogAnnotation( logs)

公共方法

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

字段

mLogs

public  mLogs

公共构造函数

LogAnnotation

public LogAnnotation ( logs)

参数
logs

公共方法

annotationType

public Class<? extends Annotation> annotationType ()

返回
Class<? extends Annotation>

equals

public boolean equals (Object other)

参数
other Object

返回
boolean

hashCode

public int hashCode ()

返回
int