LogReceiver
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()
|
パブリック コンストラクタ
LogReceiver
public LogReceiver (ITestDevice device, String cmd, String desc)
パラメータ | |
---|---|
device |
ITestDevice |
cmd |
String |
desc |
String |
LogReceiver
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 ()
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 ()