LogReceiver
public
class
LogReceiver
extends Object
JavaScript.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 |
התחל
public void start ()
עצירת ביניים
public void stop ()