جهاز استقبال السجل

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

الحصول على البيانات

public InputStreamSource getData ()

المرتجعات
InputStreamSource

الحصول على واصف

public String getDescriptor ()

المرتجعات
String

الحصول على بيانات

public InputStreamSource getLogcatData (int maxBytes)

المعلمات
maxBytes int

المرتجعات
InputStreamSource

سجلّ PostLog

public void postLog (ITestInvocationListener listener)

المعلمات
listener ITestInvocationListener

بدء

public void start ()

محطة توقّف

public void stop ()