ILogcatReceiver
public
interface
ILogcatReceiver
com.android.tradefed.device.ILogcatReceiver
|
Classi di sottoclasse indirette note
|
Una classe che fornisce l'output del logcat di un dispositivo come InputStreamSource
.
Riepilogo
Metodi pubblici |
abstract
void
|
clear()
|
default
InputStreamSource
|
getLogcatData(int maxBytes, int offset)
Restituisce il buffer logcat corrente in base a un offset.
|
abstract
InputStreamSource
|
getLogcatData(int maxBytes)
|
abstract
InputStreamSource
|
getLogcatData()
|
abstract
void
|
start()
|
abstract
void
|
stop()
|
Metodi pubblici
cancella
public abstract void clear ()
getLogcatData
public InputStreamSource getLogcatData (int maxBytes,
int offset)
Restituisce il buffer logcat corrente in base a un offset.
Parametri |
maxBytes |
int : la dimensione massima del buffer restituito |
offset |
int : l'offset del buffer completo. |
Ritorni |
InputStreamSource |
Il buffer logcat che inizia dall'offset.
|
getLogcatData
public abstract InputStreamSource getLogcatData (int maxBytes)
Ritorni |
InputStreamSource |
|
getLogcatData
public abstract InputStreamSource getLogcatData ()
Ritorni |
InputStreamSource |
|
partenza
public abstract void start ()
fermata
public abstract void stop ()