Odbiornik ILogcat

public interface ILogcatReceiver

com.android.tradefed.device.ILogcatReceiver


Klasa, która dostarcza dane wyjściowe z narzędzia logcat urządzenia w postaci klasy InputStreamSource.

Podsumowanie

Metody publiczne

abstract void clear()
default InputStreamSource getLogcatData(int maxBytes, int offset)

Zwraca bieżący bufor logcat z podanym przesunięciem.

abstract InputStreamSource getLogcatData(int maxBytes)
abstract InputStreamSource getLogcatData()
abstract void start()
abstract void stop()

Metody publiczne

wyczyść

public abstract void clear ()

getLogcatData

public InputStreamSource getLogcatData (int maxBytes, 
                int offset)

Zwraca bieżący bufor logcat z podanym przesunięciem.

Parametry
maxBytes int: maksymalny rozmiar zwróconego bufora.

offset int: przesunięcie pełnego bufora.

Zwroty
InputStreamSource Bufor logcat zaczynający się od przesunięcia.

getLogcatData

public abstract InputStreamSource getLogcatData (int maxBytes)

Parametry
maxBytes int

Zwroty
InputStreamSource

getLogcatData

public abstract InputStreamSource getLogcatData ()

Zwroty
InputStreamSource

rozpocznij

public abstract void start ()

zatrzymaj

public abstract void stop ()