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 |
شروع کنید
public void start ()
توقف
public void stop ()