ILogcatReceiver
public
interface
ILogcatReceiver
com.android.tradefed.device.ILogcatReceiver |
מחלקה שמספקת את הפלט של ה-Logcat של המכשיר כ-InputStreamSource
.
סיכום
שיטות ציבוריות | |
---|---|
abstract
void
|
clear()
|
default
InputStreamSource
|
getLogcatData(int maxBytes, int offset)
מחזירה את מאגר ה-Logcat הנוכחי בהינתן היסט. |
abstract
InputStreamSource
|
getLogcatData(int maxBytes)
|
abstract
InputStreamSource
|
getLogcatData()
|
abstract
void
|
start()
|
abstract
void
|
stop()
|
שיטות ציבוריות
מחיקה
public abstract void clear ()
getLogcatData
public InputStreamSource getLogcatData (int maxBytes, int offset)
מחזירה את מאגר ה-Logcat הנוכחי בהינתן היסט.
פרמטרים | |
---|---|
maxBytes |
int : הגודל המקסימלי של מאגר הנתונים הזמני שהוחזר |
offset |
int : הקיזוז של מאגר הנתונים הזמני המלא. |
החזרות | |
---|---|
InputStreamSource |
מאגר הנתונים הזמני של ה-Logcat מתחיל בהיסט. |
getLogcatData
public abstract InputStreamSource getLogcatData (int maxBytes)
פרמטרים | |
---|---|
maxBytes |
int |
החזרות | |
---|---|
InputStreamSource |
התחל
public abstract void start ()
עצירת ביניים
public abstract void stop ()