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

公共构造函数

日志注解

public LogAnnotation ( logs)

参数
logs

公共方法

注释类型

public Class<? extends Annotation> annotationType ()

返回
Class<? extends Annotation>

equals

public boolean equals (Object other)

参数
other Object

返回
boolean

hashCode

public int hashCode ()

返回
int