MetricUtil

public class MetricUtil
extends Object

java.lang.Object
😎 com.android.tradefed.util.statsd.MetricUtil


Dienstprogrammklasse zum Abrufen von Messwerten aus Push-Stats-Konfigurationen.

Zusammenfassung

Öffentliche Konstruktoren

MetricUtil()

Öffentliche Methoden

static getEventMetricData(ITestDevice device, long configId)

Rufen Sie Statistikdaten zu Ereignismesswerten vom Gerät mithilfe der Statsd-Konfigurations-ID ab.

static InputStreamSource getReportByteStream(ITestDevice device, long configId)

Statsd-Bericht als Bytestream-Quelle abrufen

static StatsLog.StatsdStatsReport getStatsdMetadata(ITestDevice device)

Ruft statsd-Metadaten ab, die auch Informationen zum Absturz des Systemservers enthalten.

Öffentliche Konstruktoren

MetricUtil

public MetricUtil ()

Öffentliche Methoden

getEventMetricData

public static  getEventMetricData (ITestDevice device, 
                long configId)

Rufen Sie Statistikdaten zu Ereignismesswerten vom Gerät mithilfe der Statsd-Konfigurations-ID ab.

Parameter
device ITestDevice

configId long

Returns

Ausgabe
DeviceNotAvailableException

getReportByteStream

public static InputStreamSource getReportByteStream (ITestDevice device, 
                long configId)

Statsd-Bericht als Bytestream-Quelle abrufen

Parameter
device ITestDevice

configId long

Returns
InputStreamSource

Ausgabe
DeviceNotAvailableException

getStatsdMetadata

public static StatsLog.StatsdStatsReport getStatsdMetadata (ITestDevice device)

Ruft statsd-Metadaten ab, die auch Informationen zum Absturz des Systemservers enthalten.

Parameter
device ITestDevice

Returns
StatsLog.StatsdStatsReport

Ausgabe
DeviceNotAvailableException
InvalidProtocolBufferException