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

start

public abstract void start ()

経由地

public abstract void stop ()