LogReceiver

public class LogReceiver
extends Object

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


Tóm tắt

Hàm khởi tạo công khai

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

Phương thức công khai

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

Hàm khởi tạo công khai

LogReceiver

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

Tham số
device ITestDevice

cmd String

desc String

LogReceiver

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

Tham số
device ITestDevice

cmd String

desc String

logcat_size long

delay_secs int

Phương thức công khai

xóa

public void clear ()

getData

public InputStreamSource getData ()

Giá trị trả về
InputStreamSource

getDescriptor

public String getDescriptor ()

Giá trị trả về
String

lấy LogcatData

public InputStreamSource getLogcatData (int maxBytes)

Tham số
maxBytes int

Giá trị trả về
InputStreamSource

PostLog

public void postLog (ITestInvocationListener listener)

Tham số
listener ITestInvocationListener

start

public void start ()

điểm dừng

public void stop ()