SubprocessEventHelper.TestLogEventInfo 클래스의 생성자

public static class SubprocessEventHelper.TestLogEventInfo
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo의 경우


testLog 정보의 도우미입니다.

요약

필드

public File mDataFile

public String mDataName

public LogDataType mLogType

공개 생성자

TestLogEventInfo(String dataName, LogDataType dataType, File dataFile)
TestLogEventInfo(JSONObject jsonObject)

공개 메서드

String toString()

필드

mDataFile 클래스의 정적 변수

public File mDataFile

모바일 데이터 이름

public String mDataName

mLogType

public LogDataType mLogType

공개 생성자

TestLogEventInfo

public TestLogEventInfo (String dataName, 
                LogDataType dataType, 
                File dataFile)

매개변수
dataName String

dataType LogDataType

dataFile File

TestLogEventInfo

public TestLogEventInfo (JSONObject jsonObject)

매개변수
jsonObject JSONObject

생성 값
JSONException

공개 메서드

toString

public String toString ()

반환 값
String