StatsdEventMetricPostProcessor
public
class
StatsdEventMetricPostProcessor
extends StatsdGenericPostProcessor
java.lang.Object | |||
↳ | com.android.tradefed.postprocessor.BasePostProcessor | ||
↳ | com.android.tradefed.postprocessor.StatsdGenericPostProcessor | ||
↳ | com.android.tradefed.postprocessor.StatsdEventMetricPostProcessor |
A post processor that processes event metrics in statsd reports into key-value pairs, using the formatters specified on the processor.
Summary
Public constructors | |
---|---|
StatsdEventMetricPostProcessor()
|
Protected methods | |
---|---|
|
parseMetricsFromReportList(StatsLog.ConfigMetricsReportList reportList)
Parse the event metrics from the |
Public constructors
StatsdEventMetricPostProcessor
public StatsdEventMetricPostProcessor ()
Protected methods
parseMetricsFromReportList
protectedparseMetricsFromReportList (StatsLog.ConfigMetricsReportList reportList)
Parse the event metrics from the ConfigMetricsReportList
using the atom formatters.
Event metrics resulting in duplicate keys will be stored as comma separated values.
Parameters | |
---|---|
reportList |
StatsLog.ConfigMetricsReportList |
Returns | |
---|---|
|