日志接收器

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 ()

getData

public InputStreamSource getData ()

返回
InputStreamSource

getDescriptor

public String getDescriptor ()

返回
String

getLogcatData

public InputStreamSource getLogcatData (int maxBytes)

参数
maxBytes int

返回
InputStreamSource

postLog

public void postLog (ITestInvocationListener listener)

参数
listener ITestInvocationListener

start

public void start ()

停止

public void stop ()