로그수신기

public class LogReceiver
extends Object

java.lang.Object
com.android.tradefed.log.LogReceiver


요약

공개 생성자

LogReceiver ( ITestDevice device, String cmd, String desc)
LogReceiver ( ITestDevice device, String cmd, String desc, long logcat_size, int delay_secs)

공개 메소드

void clear ()
InputStreamSource getData ()
String getDescriptor ()
InputStreamSource getLogcatData (int maxBytes)
void postLog ( ITestInvocationListener listener)
void start ()
void stop ()

공개 생성자

로그수신기

public LogReceiver (ITestDevice device, 
                String cmd, 
                String desc)

매개변수
device ITestDevice

cmd String

desc String

로그수신기

public LogReceiver (ITestDevice device, 
                String cmd, 
                String desc, 
                long logcat_size, 
                int delay_secs)

매개변수
device ITestDevice

cmd String

desc String

logcat_size long

delay_secs int

공개 메소드

분명한

public void clear ()

데이터 가져오기

public InputStreamSource getData ()

보고
InputStreamSource

getDescriptor

public String getDescriptor ()

보고
String

getLogcatData

public InputStreamSource getLogcatData (int maxBytes)

매개변수
maxBytes int

보고
InputStreamSource

포스트로그

public void postLog (ITestInvocationListener listener)

매개변수
listener ITestInvocationListener

시작

public void start ()

멈추다

public void stop ()