公制使用
public
class
MetricUtil
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.statsd.MetricUtil |
從推送的統計資料設定中擷取指標的公用程式類別。
摘要
公用建構函式 | |
---|---|
MetricUtil()
|
公用方法 | |
---|---|
static
|
getEventMetricData(ITestDevice device, long configId)
使用統計資料設定 ID,從裝置取得統計資料的事件指標資料。 |
static
InputStreamSource
|
getReportByteStream(ITestDevice device, long configId)
取得位元組串流來源的 Statsd 報表 |
static
StatsLog.StatsdStatsReport
|
getStatsdMetadata(ITestDevice device)
取得統計資料,其中包含系統伺服器當機資訊。 |
公用建構函式
公制使用
public MetricUtil ()
公用方法
getEventMetricData
public staticgetEventMetricData (ITestDevice device, long configId)
使用統計資料設定 ID,從裝置取得統計資料的事件指標資料。
參數 | |
---|---|
device |
ITestDevice |
configId |
long |
傳回 | |
---|---|
|
擲回 | |
---|---|
DeviceNotAvailableException |
getReportByteStream
public static InputStreamSource getReportByteStream (ITestDevice device, long configId)
取得位元組串流來源的 Statsd 報表
參數 | |
---|---|
device |
ITestDevice |
configId |
long |
傳回 | |
---|---|
InputStreamSource |
擲回 | |
---|---|
DeviceNotAvailableException |
getStatsdMetadata
public static StatsLog.StatsdStatsReport getStatsdMetadata (ITestDevice device)
取得統計資料,其中包含系統伺服器當機資訊。
參數 | |
---|---|
device |
ITestDevice |
傳回 | |
---|---|
StatsLog.StatsdStatsReport |
擲回 | |
---|---|
DeviceNotAvailableException |
|
InvalidProtocolBufferException |