ILogcatReceiver
public
interface
ILogcatReceiver
com.android.tradefed.device.ILogcatReceiver
|
Subclasses indiretas conhecidas
|
Uma classe que fornece a saída do logcat de um dispositivo como um InputStreamSource
.
Resumo
Métodos públicos |
abstract
void
|
clear()
|
default
InputStreamSource
|
getLogcatData(int maxBytes, int offset)
Retorna o buffer de logcat atual com um deslocamento.
|
abstract
InputStreamSource
|
getLogcatData(int maxBytes)
|
abstract
InputStreamSource
|
getLogcatData()
|
abstract
void
|
start()
|
abstract
void
|
stop()
|
Métodos públicos
limpar
public abstract void clear ()
getLogcatData
public InputStreamSource getLogcatData (int maxBytes,
int offset)
Retorna o buffer de logcat atual com um deslocamento.
Parâmetros |
maxBytes |
int : o tamanho máximo do buffer retornado |
offset |
int : o deslocamento do buffer completo. |
Retorna |
InputStreamSource |
O buffer do Logcat começa no deslocamento.
|
getLogcatData
public abstract InputStreamSource getLogcatData (int maxBytes)
Retorna |
InputStreamSource |
|
getLogcatData.
public abstract InputStreamSource getLogcatData ()
Retorna |
InputStreamSource |
|
start
public abstract void start ()
parar
public abstract void stop ()