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

getLogcatData

public abstract InputStreamSource getLogcatData ()

החזרות
InputStreamSource

הַתחָלָה

public abstract void start ()

תפסיק

public abstract void stop ()